Home
last modified time | relevance | path

Searched defs:AstObjectVtab (Results 1 – 2 of 2) sorted by relevance

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dobject.h1321 typedef struct AstObjectVtab { struct
1329 AstClassIdentifier *top_id;
1334 const char *defaults;
1343 int (* TestID)( AstObject *, int * );
1346 int (* TestIdent)( AstObject *, int * );
1349 void (* ClearID)( AstObject *, int * );
1356 void (* Show)( AstObject *, int * );
1358 void (* EnvSet)( AstObject *, int * );
1360 void *(* GetProxy)( AstObject *, int * );
1363 int (* GetObjSize)( AstObject *, int * );
[all …]
H A Dobject.h.in1321 typedef struct AstObjectVtab { struct
1329 AstClassIdentifier *top_id;
1334 const char *defaults;
1343 int (* TestID)( AstObject *, int * );
1346 int (* TestIdent)( AstObject *, int * );
1349 void (* ClearID)( AstObject *, int * );
1356 void (* Show)( AstObject *, int * );
1358 void (* EnvSet)( AstObject *, int * );
1360 void *(* GetProxy)( AstObject *, int * );
1363 int (* GetObjSize)( AstObject *, int * );
[all …]