cohtml::PairInfo
Represents a pair of a types exposed to the scripting.
#include <Property.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| ElementType | Types Types of the first and second elements. |
| TypeInfo * | TypeInfos Type information for each element when its type is ET_UserType; null otherwise. |
| void * | Member Pointers to the first and second elements. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable Types
Section titled “variable Types”ElementType Types;Types of the first and second elements.
variable TypeInfos
Section titled “variable TypeInfos”TypeInfo * TypeInfos;Type information for each element when its type is ET_UserType; null otherwise.
variable Member
Section titled “variable Member”void * Member;Pointers to the first and second elements.
© 2026 Coherent Labs. All rights reserved.