#include <Gender.h>
Inheritance diagram for Gender:
Public Types | |
enum | GENDER { MALE, FEMALE, MISSING } |
Public Member Functions | |
Gender () | |
Gender (const char *value) | |
Gender (const std::string &value) | |
void | set (const char *value) |
void | set (const std::string &value) |
const std::string | get (void) const |
void | set (const bool value) |
void | set (GENDER gender) |
const GENDER | getEnum (void) const |
Static Public Member Functions | |
static void | addLookupTableEntry (std::string label, bool value) |
static bool | isA (std::string inString) |
Static Private Attributes | |
static std::map< std::string, bool > | _lookupTable |
Friends | |
class | GenderMapLoader |
|
|
|
|
|
|
|
|
|
Reimplemented from Boolean. |
|
Reimplemented from Boolean. |
|
|
|
|
|
|
|
Reimplemented from Boolean. |
|
Reimplemented from Boolean. |
|
Reimplemented from Boolean. |
|
|
|
Reimplemented from Boolean. |