#include <config.h>
Collaboration diagram for ConfigValue:
Public Member Functions | |
ConfigValue () | |
Public Attributes | |
HashString | m_strValue |
int | m_iValue |
float | m_fValue |
bool | m_bValue |
|
Initialize values to default ( string: "[NA]", int: 0, float: 0.0f, boolean: false ) |
|
String value |
|
Integer value |
|
Float value |
|
Boolean value |