Base attribute class (stores only ID and Type). More...
Public Member Functions | |
TMFBaseAttribute () | |
TMFBaseAttribute (IDType propertyID, IDType dataType) | |
virtual IDType | GetID () const |
virtual IDType | GetType () const |
Protected Attributes | |
IDType | fID |
The id of the part's property to get/set. | |
IDType | fType |
The type of the part's data (same as the possible pmap types defined in PMapTypes.h). |
Base attribute class (stores only ID and Type).
TMFBaseAttribute::TMFBaseAttribute | ( | ) | [inline] |
virtual IDType TMFBaseAttribute::GetID | ( | ) | const [inline, virtual] |
Implements IMFAttribute.
virtual IDType TMFBaseAttribute::GetType | ( | ) | const [inline, virtual] |
Implements IMFAttribute.
IDType TMFBaseAttribute::fID [protected] |
The id of the part's property to get/set.
IDType TMFBaseAttribute::fType [protected] |
The type of the part's data (same as the possible pmap types defined in PMapTypes.h).