Class used to describe an individual type entry.
More...
#include <AftTypeTable.h>
|
| | AftTypeEntry (const std::string &newName) |
| | Constructor for type entries. More...
|
| |
| const std::string | name () const |
| |
| const AftTypeIndex | index () const |
| |
|
|
std::string | _name |
| | Name of the type entry.
|
| |
|
AftTypeIndex | _index |
| | Index of type.
|
| |
Class used to describe an individual type entry.
| AftTypeEntry::AftTypeEntry |
( |
const std::string & |
newName | ) |
|
|
inline |
Constructor for type entries.
- Parameters
-
| [in] | newName | Reference to type entry name |
| const AftTypeIndex AftTypeEntry::index |
( |
| ) |
const |
|
inline |
- Returns
- Index of the type entry
| const std::string AftTypeEntry::name |
( |
| ) |
const |
|
inline |
- Returns
- Name of the type entry
The documentation for this class was generated from the following file: