My Project
 All Classes Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
Identifier Struct Reference

Stores an OpenDDL-specific identifier type. More...

#include <OpenDDLCommon.h>

Public Member Functions

 Identifier (char buffer[], size_t len)
 The constructor with a sized buffer full of characters. More...
 
 Identifier (char buffer[])
 The constructor with a buffer full of characters. More...
 
 ~Identifier ()
 The destructor.
 
bool operator== (const Identifier &rhs) const
 The compare operator.
 

Public Attributes

Text m_text
 

Detailed Description

Stores an OpenDDL-specific identifier type.

Constructor & Destructor Documentation

Identifier::Identifier ( char  buffer[],
size_t  len 
)
inline

The constructor with a sized buffer full of characters.

Parameters
buffer[in] The identifier buffer.
len[in] The length of the buffer
Identifier::Identifier ( char  buffer[])
inline

The constructor with a buffer full of characters.

Parameters
buffer[in] The identifier buffer.
Remarks
Buffer must be null-terminated.

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