Represents a array of a type exposed to the scripting. More...
Public Attributes | |
ElementType | Type |
Type of element in array. More... | |
LengthGetter | GetLength |
Returns the number of elements in array. More... | |
ElementGetter | GetElement |
Returns element at position n. More... | |
TypeInfo * | ArrayTypeInfo |
Contains information about objects in array (methods, attributes etc.) More... | |
void * | UserData |
Represents pointer to real array. More... | |
Represents a array of a type exposed to the scripting.
TypeInfo* cohtml::ArrayInfo::ArrayTypeInfo |
Contains information about objects in array (methods, attributes etc.)
ElementGetter cohtml::ArrayInfo::GetElement |
Returns element at position n.
LengthGetter cohtml::ArrayInfo::GetLength |
Returns the number of elements in array.
ElementType cohtml::ArrayInfo::Type |
Type of element in array.
void* cohtml::ArrayInfo::UserData |
Represents pointer to real array.