AllocateType Data Member Function

Allocates types of the specified type and transfers ownership of the types to the <TypeBuffer>.

Prototype

int32 AllocateType( TypeBuffer p_oBuffer, TypeInformation p_oTypeInfo, int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
<TypeBuffer>p_oBufferA pointer to the <TypeBuffer> that owns the new types.
TypeInformationp_oTypeInfoA pointer to the <TypeInformation> object representing the type of <Node> to allocate.
int32p_nCountThe number of types to allocate.

Examples

Copy Text To Clipboard

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