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::Property ( )

The default constructor.

Property::Property ( Text id)

The constructor for initialization.

Parameters
id[in] The identifier
Property::~Property ( )

The destructor.

Member Data Documentation

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 ).


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