#include <BoolParam.h>
Inheritance diagram for Parameters::BoolParam:


Public Member Functions | |
| BoolParam () | |
| BoolParam (bool boolVal, const string &nameVal) | |
| virtual | ~BoolParam () |
| bool | getValue () |
| virtual string | getType () |
Protected Member Functions | |
| virtual string | valueToString () |
Private Attributes | |
| bool | value_m |
|
|
Constructor |
|
||||||||||||
|
Constructor |
|
|
Destructor |
|
|
Implements Parameters::Param.
|
|
|
|
|
|
Used to create the value portion of the toString (XML) string. Different concrete implementations may do this differently, but they will all have such a method. Implements Parameters::Param.
|
|
|
|
1.3.8