12 typedef uint64 AttributeType;
13 typedef uint8 DataUnderlayingType;
14 typedef DataUnderlayingType* DataPtr;
15 typedef std::unique_ptr< DataUnderlayingType[] > DataUPtr;
47 enum AttributeTypeBuiltIn
Definition: Exception.h:11
Data pointer and it's size. This struct is used to transfer ownership of pointer. ...
Definition: AttributeTypes.h:34
Data pointer and it's size.
Definition: AttributeTypes.h:19