#include <ConditionBoolProperty.hpp>

Public Member Functions | |
| ConditionBoolProperty * | clone () const |
| ConditionBoolProperty * | clone () const |
| ConditionBoolProperty (const Property< bool > &prop) | |
| ConditionBoolProperty (const Property< bool > &prop) | |
| bool | evaluate () |
| Evaluate the Condition and return the outcome. | |
| bool | evaluate () |
| Evaluate the Condition and return the outcome. | |
| std::string | toString () |
| std::string | toString () |
Private Attributes | |
| const Property< bool > & | mprop |
ConditionBoolProperty is a Condition which reads out a Property<bool>.
ConditionBoolProperty is a Condition which reads out a Property<bool>.
Definition at line 56 of file install/include/rtt/scripting/ConditionBoolProperty.hpp.
| RTT::scripting::ConditionBoolProperty::ConditionBoolProperty | ( | const Property< bool > & | prop | ) | [inline] |
Definition at line 61 of file install/include/rtt/scripting/ConditionBoolProperty.hpp.
| RTT::scripting::ConditionBoolProperty::ConditionBoolProperty | ( | const Property< bool > & | prop | ) | [inline] |
Definition at line 61 of file rtt/scripting/ConditionBoolProperty.hpp.
| ConditionBoolProperty* RTT::scripting::ConditionBoolProperty::clone | ( | ) | const [virtual] |
The Clone Software Pattern.
Implements RTT::scripting::ConditionInterface.
| ConditionBoolProperty * RTT::ConditionBoolProperty::clone | ( | ) | const [virtual] |
The Clone Software Pattern.
Implements RTT::scripting::ConditionInterface.
Definition at line 50 of file ConditionBoolProperty.cpp.
| bool RTT::scripting::ConditionBoolProperty::evaluate | ( | ) | [virtual] |
Evaluate the Condition and return the outcome.
Implements RTT::scripting::ConditionInterface.
| bool RTT::ConditionBoolProperty::evaluate | ( | ) | [virtual] |
Evaluate the Condition and return the outcome.
Implements RTT::scripting::ConditionInterface.
Definition at line 40 of file ConditionBoolProperty.cpp.
| std::string RTT::scripting::ConditionBoolProperty::toString | ( | ) |
| std::string RTT::ConditionBoolProperty::toString | ( | ) |
Definition at line 45 of file ConditionBoolProperty.cpp.
const Property< bool > & RTT::scripting::ConditionBoolProperty::mprop [private] |
Definition at line 59 of file install/include/rtt/scripting/ConditionBoolProperty.hpp.