cohtml::ArrayInfo
On this page
Represents a array of a type exposed to the scripting.
#include <Property.h>
Public Attributes
Name | |
---|---|
ElementType | Type Type of element in array. |
LengthGetter | GetLength Returns the number of elements in array. |
ElementGetter | GetElement Returns element at position n. |
TypeInfo * | ArrayTypeInfo Contains information about objects in array (methods, attributes etc.) |
void * | UserData Represents pointer to real array. |
Public Attributes Documentation
variable Type
ElementType Type;
Type of element in array.
variable GetLength
LengthGetter GetLength;
Returns the number of elements in array.
variable GetElement
ElementGetter GetElement;
Returns element at position n.
variable ArrayTypeInfo
TypeInfo * ArrayTypeInfo;
Contains information about objects in array (methods, attributes etc.)
variable UserData
void * UserData;
Represents pointer to real array.