Stores an OpenDDL-specific name. More...
#include <OpenDDLCommon.h>
Public Member Functions | |
Name (NameType type, Identifier *id) | |
The constructor with the type and the id. More... | |
~Name () | |
The destructor. | |
Public Attributes | |
NameType | m_type |
Identifier * | m_id |
Stores an OpenDDL-specific name.
|
inline |
The constructor with the type and the id.
type | [in] The name type. |
id | [in] The id. |