#include <parameter.h>
Public Member Functions | |
| BoolParameter (const char *name) | |
| BoolParameter (const char *name, bool default_value) | |
| operator bool () const | |
| bool | get_value () const |
| void | update (const char *) |
Private Member Functions | |
| SAMPA_PERSISTENT (BoolParameter) | |
Private Attributes | |
| bool | m_value |
Friends | |
| class | ParameterInitializer< BoolParameter > |
Definition at line 54 of file parameter.h.
| Sampa::BoolParameter::BoolParameter | ( | const char * | name | ) |
| Sampa::BoolParameter::BoolParameter | ( | const char * | name, | |
| bool | default_value | |||
| ) |
| Sampa::BoolParameter::operator bool | ( | ) | const [inline] |
Definition at line 58 of file parameter.h.
| bool Sampa::BoolParameter::get_value | ( | ) | const [inline] |
Definition at line 59 of file parameter.h.
| void Sampa::BoolParameter::update | ( | const char * | ) |
| Sampa::BoolParameter::SAMPA_PERSISTENT | ( | BoolParameter | ) | [private] |
friend class ParameterInitializer< BoolParameter > [friend] |
Definition at line 63 of file parameter.h.
bool Sampa::BoolParameter::m_value [private] |
Definition at line 62 of file parameter.h.
1.5.3