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