
Public Member Functions | |
| BoolProperty (bool &property_) | |
| BoolProperty (bool &property_, bool defaultValue_) | |
Protected Member Functions | |
| ASCString | toString () const |
| bool | operation_eq (const TextPropertyGroup::Entry &entry) const |
Definition at line 92 of file textfile_evaluation.cpp.
| BoolProperty::BoolProperty | ( | bool & | property_ | ) | [inline] |
Definition at line 97 of file textfile_evaluation.cpp.
| BoolProperty::BoolProperty | ( | bool & | property_, | |
| bool | defaultValue_ | |||
| ) | [inline] |
Definition at line 98 of file textfile_evaluation.cpp.
| ASCString BoolProperty::toString | ( | ) | const [protected, virtual] |
Implements PropertyContainer::Property.
Definition at line 795 of file textfile_evaluation.cpp.
References PropertyTemplate< T >::property.
| bool BoolProperty::operation_eq | ( | const TextPropertyGroup::Entry & | entry | ) | const [protected, virtual] |
Reimplemented from PropertyTemplate< T >.
Definition at line 779 of file textfile_evaluation.cpp.
References ASCString::compare_ci(), PropertyContainer::Property::entry, PropertyContainer::error(), StringTokenizer::getNextToken(), PropertyContainer::Property::name, PropertyContainer::Property::propertyContainer, and TextPropertyGroup::Entry::value.
1.5.1