Assimp  v3.1.1 (June 2014)
Property Struct Reference

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

Textm_key
 The identifier / key of the property. More...
 
Propertym_next
 The next property ( ddl_nullptr if none ). More...
 
Referencem_ref
 References assigned to its key / id ( ddl_nullptr if none ). More...
 
Valuem_value
 The value assigned to its key / id ( ddl_nullptr if none ). More...
 

Detailed Description

Stores a property list.

Constructor & Destructor Documentation

§ Property() [1/2]

Property::Property ( )

The default constructor.

§ Property() [2/2]

Property::Property ( Text id)

The constructor for initialization.

Parameters
id[in] The identifier

§ ~Property()

Property::~Property ( )

The destructor.

Member Data Documentation

§ m_key

Text* Property::m_key

The identifier / key of the property.

§ m_next

Property* Property::m_next

The next property ( ddl_nullptr if none ).

§ m_ref

Reference* Property::m_ref

References assigned to its key / id ( ddl_nullptr if none ).

§ m_value

Value* Property::m_value

The value assigned to its key / id ( ddl_nullptr if none ).


The documentation for this struct was generated from the following files: