Struct CurveRTCHost::RTCEnvVariableProperties

Nested Relationships

This struct is a nested type of Class CurveRTCHost.

Struct Documentation

struct RTCEnvVariableProperties

Properties for a registered environment property

Public Members

std::string type

Name of the property’s base type (e.g. type of an individual element if array property)

unsigned int elements

Number of elements, 1 unless an array property

ptrdiff_t offset

Offset to the properties data inside the EnvironmentManager’s RTC cache

size_t type_size

Size of the property’s base type (e.g. size of an individual element if array property)