cohtml::PairInfo
On this page
Represents a pair of a type exposed to the scripting.
#include <Property.h>
Public Attributes
| Name | |
|---|---|
| ElementType | Types Types of first and second. |
| TypeInfo * | TypeInfos Contains information about first and second member in pair (methods, attributes etc.) |
| void * | Member Represents pointer to first and second. |
Public Attributes Documentation
variable Types
ElementType Types;
Types of first and second.
variable TypeInfos
TypeInfo * TypeInfos;
Contains information about first and second member in pair (methods, attributes etc.)
variable Member
void * Member;
Represents pointer to first and second.