AddListObjects Data Member Function

Populates this object's <TypeArray> and <TypeInfoArray> objects with information about the type and type information of all the pointers resident in the <List> object submitted to this function.

Prototype

int32 AddListObjects( List p_oObjects, TypeInformation p_oTypeInformation, int32 p_nExact )

Parameters

Parameter Type Parameter Name Documentation
<List>p_oObjectsA pointer to a <List> object that contains at least one non-null pointer.
TypeInformationp_oTypeInformationA <TypeInformation> pointer representing the type sequence rule.
int32p_nExactAn <int32> where 0 means 'allow subclasses to constitute a valid match' and 1 means 'do not allow subclasses to constitute a valid match'.

Examples

Copy Text To Clipboard

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