Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

Proband Class Reference

Proband is a data type derived from Boolean. More...

#include <Proband.h>

Inheritance diagram for Proband:

Boolean Data List of all members.

Public Types

enum  PROBAND { NOT_PROBAND, IS_PROBAND, MISSING }

Public Member Functions

 Proband ()
 Proband (const char *value)
 Proband (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 (PROBAND proband)
const PROBAND 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 ProbandMapLoader

Detailed Description

Proband is a data type derived from Boolean.

Proband keeps track of the Proband status of an individual.


Member Enumeration Documentation

enum Proband::PROBAND
 

Enumerator:
NOT_PROBAND 
IS_PROBAND 
MISSING 


Constructor & Destructor Documentation

Proband::Proband  )  [inline]
 

Proband::Proband const char *  value  )  [inline]
 

Proband::Proband const std::string &  value  )  [inline]
 


Member Function Documentation

void Proband::addLookupTableEntry std::string  label,
bool  value
[static]
 

Reimplemented from Boolean.

const std::string Proband::get void   )  const [inline, virtual]
 

Reimplemented from Boolean.

const PROBAND Proband::getEnum void   )  const [inline]
 

void Proband::set PROBAND  proband  ) 
 

void Proband::set const bool  value  )  [inline, virtual]
 

Reimplemented from Boolean.

void Proband::set const std::string &  value  )  [virtual]
 

Reimplemented from Boolean.

void Proband::set const char *  value  )  [virtual]
 

Reimplemented from Boolean.


Friends And Related Function Documentation

friend class ProbandMapLoader [friend]
 


Member Data Documentation

std::map< std::string, bool > Proband::_lookupTable [static, private]
 

Reimplemented from Boolean.


The documentation for this class was generated from the following files:
Generated on Fri Nov 18 16:24:39 2011 for MADELINE by  doxygen 1.4.4