#include <Sampled.h>
Inheritance diagram for Sampled:

Public Types | |
| enum | SAMPLED { NOT_SAMPLED, IS_SAMPLED, MISSING } |
Public Member Functions | |
| Sampled () | |
| Sampled (const char *value) | |
| Sampled (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 (SAMPLED sampled) |
| const SAMPLED | 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 | SampledMapLoader |
Sampled keeps track of the Sampled status of an individual.
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Boolean. |
|
|
Reimplemented from Boolean. |
|
|
|
|
|
|
|
|
Reimplemented from Boolean. |
|
|
Reimplemented from Boolean. |
|
|
Reimplemented from Boolean. |
|
|
|
|
|
Reimplemented from Boolean. |
1.4.4