DataType type
Definition: attributeSetDescriptor.h:41
DataType
Datatypes supported by the Legion infrastructure.
Definition: dataTypes.h:16
DataReflectablity reflectedOnNetwork
Definition: attributeSetDescriptor.h:43
An attribute descriptor describes a single attribute.
Definition: attributeSetDescriptor.h:38
UInt32 cardinality
Definition: attributeSetDescriptor.h:42
unsigned int UInt32
Definition: dataTypes.h:44
std::string attributeSetName
Definition: attributeSetDescriptor.h:55
AttributeSetDependency dependency
Definition: attributeSetDescriptor.h:57
std::string name
Definition: attributeSetDescriptor.h:40
UInt32 exptectedInstances
Definition: attributeSetDescriptor.h:56
DataReflectablity
Attribute data reflectability.
Definition: attributeSetDescriptor.h:24
AttributeSetDependency
Attribute data dependency.
Definition: attributeSetDescriptor.h:30
std::vector< AttributeDescriptor > attributeDescriptors
Definition: attributeSetDescriptor.h:58
An attribute set descriptor describes a group of attributes that are treated as a single set of data ...
Definition: attributeSetDescriptor.h:53