#include <Consultand.h>
Inheritance diagram for Consultand:
Public Types | |
enum | CONSULTAND { NOT_CONSULTAND, IS_CONSULTAND, MISSING } |
Public Member Functions | |
Consultand () | |
Consultand (const char *value) | |
Consultand (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 (CONSULTAND consultand) |
const CONSULTAND | getEnum (void) const |
Static Public Member Functions | |
static void | addLookupTableEntry (std::string label, bool value) |
Static Private Attributes | |
static std::map< std::string, bool > | _lookupTable |
Friends | |
class | ConsultandMapLoader |
Consultand keeps track of the Consultand status of an individual.
|
|
|
|
|
|
|
|
|
Reimplemented from Boolean. |
|
Reimplemented from Boolean. |
|
|
|
|
|
Reimplemented from Boolean. |
|
Reimplemented from Boolean. |
|
Reimplemented from Boolean. |
|
|
|
Reimplemented from Boolean. |