|
|
|
N_AncOf
Indicates if a node/thing is an ancestor of another.
| pSVO = T_AncOf (pN, pVb, pDesc) |
| Dir |
Type |
Name |
Description |
| in |
int* |
pN |
A node/thing. |
| in |
int* |
pVb |
Verb/relator. |
| in |
int* |
pDesc |
The descendant to test. |
| return |
int* |
pSVO |
TRUE, if pT is an ancestor of pDesc.
NULL, if |
Notes:
A thing can have multiple ancestors.
Related:
N_AncOf_b,
N_ClsInst_get,
N_create,
N_delete,
N_deleteDescs,
N_isSys_b,
N_Name_get,
N_Name_getEx,
N_Name_setWithAStr,
N_Str_getNamed,
N_SVO_getElem,
N_SV_getO,
N_SVO_set,
N_EA_setV_wAStr
|