GetReferences Data Member Function

Returns a <List> object containing pointers to the <Node> object's references. Note that this <List> is allocated with 'new' and it is your responsibility to allocate it into an automatic destruction context ( such as auto List a_lNodes ) or to manually destroy the new <List> with delete.

Prototype

List GetReferences( TypeInformation p_oTypeInformation )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInformationOnly populate the <List> objects with references of this type.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.