Represents a pair of a type exposed to the scripting. More...
Public Attributes | |
ElementType | Types [2] |
Types of first and second. More... | |
TypeInfo * | TypeInfos [2] |
Contains information about first and second member in pair (methods, attributes etc.) More... | |
void * | Member [2] |
Represents pointer to first and second. More... | |
Represents a pair of a type exposed to the scripting.
void* cohtml::PairInfo::Member[2] |
Represents pointer to first and second.
TypeInfo* cohtml::PairInfo::TypeInfos[2] |
Contains information about first and second member in pair (methods, attributes etc.)
ElementType cohtml::PairInfo::Types[2] |
Types of first and second.