#include <Affected.h>
Inheritance diagram for Affected:
Public Member Functions | |
Affected () | |
Affected (const std::string value) | |
Affected (const char *value) | |
void | set (const char *value) |
void | set (const std::string value) |
const bool | getBoolean (void) const |
char | getBooleanAsChar (void) const |
Static Public Member Functions | |
static void | addAffectedBooleanMapping (std::string affectedValue, std::string booleanMapping) |
static bool | isa (std::string inString) |
Private Attributes | |
Boolean | _booleanValue |
Static Private Attributes | |
static std::map< std::string, std::string > | _lookupTable |
Friends | |
class | AffectedMapLoader |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from String. |
|
|
|
|
|
|