Skip to content
SiteEmail

cohtml::PairInfo

Represents a pair of a types exposed to the scripting.

#include <Property.h>

Name
ElementTypeTypes
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.
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.