![]() |
VR-Forces 4.0.4 Class Documentation
|
DtElementAttribute is a common base class used for all element attributes, such as those found in a DtElementEntry. More...

Public Member Functions | |
| DtElementAttribute (unsigned short attrId, unsigned short typeId) | |
| DtElementAttribute (const DtElementAttribute ©) | |
| virtual | ~DtElementAttribute () |
| virtual DtElementAttribute * | clone () const |
| Virtual Clone function. | |
| unsigned short | attributeId () const |
| unsigned short | typeId () const |
Private Attributes | |
| unsigned short | myAttributeId |
| unsigned short | myTypeId |
DtElementAttribute is a common base class used for all element attributes, such as those found in a DtElementEntry.
| makVrv::DtElementAttribute::DtElementAttribute | ( | unsigned short | attrId, |
| unsigned short | typeId | ||
| ) |
| makVrv::DtElementAttribute::DtElementAttribute | ( | const DtElementAttribute & | copy | ) |
| virtual makVrv::DtElementAttribute::~DtElementAttribute | ( | ) | [virtual] |
| virtual DtElementAttribute* makVrv::DtElementAttribute::clone | ( | ) | const [inline, virtual] |
Virtual Clone function.
Reimplemented in makVrv::DtUniqueElementAttribute< T, AttributeId >, and makVrv::DtTypedElementAttribute< T >.
| unsigned short makVrv::DtElementAttribute::attributeId | ( | ) | const [inline] |
Referenced by makVrv::DtTypedElementAttribute< T >::clone().
| unsigned short makVrv::DtElementAttribute::typeId | ( | ) | const [inline] |
unsigned short makVrv::DtElementAttribute::myAttributeId [private] |
unsigned short makVrv::DtElementAttribute::myTypeId [private] |