ManaPlus
|
#include <variabledata.h>
Public Member Functions | |
BoolData (const bool value) | |
bool | getData () const |
int | getType () const |
Public Member Functions inherited from VariableData | |
VariableData () | |
virtual | ~VariableData () |
Private Attributes | |
bool | mData |
Additional Inherited Members | |
Public Types inherited from VariableData | |
enum | DataType { DATA_NONE = 0 , DATA_INT , DATA_STRING , DATA_FLOAT , DATA_BOOL } |
Definition at line 113 of file variabledata.h.
|
inlineexplicit |
Definition at line 116 of file variabledata.h.
|
inline |
|
inlinevirtual |
Implements VariableData.
Definition at line 126 of file variabledata.h.
References VariableData::DATA_BOOL.
|
private |
Definition at line 130 of file variabledata.h.