Assimp
v3.1.1 (June 2014)
|
Stores a property list. More...
Public Member Functions | |
Property () | |
The default constructor. More... | |
Property (Text *id) | |
The constructor for initialization. More... | |
~Property () | |
The destructor. More... | |
Public Attributes | |
Text * | m_key |
The identifier / key of the property. More... | |
Property * | m_next |
The next property ( ddl_nullptr if none ). More... | |
Reference * | m_ref |
References assigned to its key / id ( ddl_nullptr if none ). More... | |
Value * | m_value |
The value assigned to its key / id ( ddl_nullptr if none ). More... | |
Stores a property list.
Property::Property | ( | ) |
The default constructor.
Property::Property | ( | Text * | id | ) |
The constructor for initialization.
id | [in] The identifier |
Property::~Property | ( | ) |
The destructor.
Text* Property::m_key |
The identifier / key of the property.
Property* Property::m_next |
The next property ( ddl_nullptr if none ).
Reference* Property::m_ref |
References assigned to its key / id ( ddl_nullptr if none ).
Value* Property::m_value |
The value assigned to its key / id ( ddl_nullptr if none ).