Dictionary::Entry Struct Reference#include <consoleInternal.h>
List of all members.
Member Enumeration Documentation
- Enumerator:
-
| TypeInternalInt |
|
| TypeInternalFloat |
|
| TypeInternalString |
|
Constructor & Destructor Documentation
| Dictionary::Entry::~Entry |
( |
|
) |
|
Member Function Documentation
| U32 Dictionary::Entry::getIntValue |
( |
|
) |
[inline] |
| F32 Dictionary::Entry::getFloatValue |
( |
|
) |
[inline] |
| const char* Dictionary::Entry::getStringValue |
( |
|
) |
[inline] |
| void Dictionary::Entry::setIntValue |
( |
U32 |
val |
) |
[inline] |
| void Dictionary::Entry::setFloatValue |
( |
F32 |
val |
) |
[inline] |
| void Dictionary::Entry::setStringValue |
( |
const char * |
value |
) |
|
Member Data Documentation
|