#include <ConditionBoolProperty.hpp>

Public Member Functions | |
| ConditionBoolProperty * | clone () const |
| ConditionBoolProperty (const Property< bool > &prop) | |
| bool | evaluate () |
| Evaluate the Condition and return the outcome. More... | |
| std::string | toString () |
Public Member Functions inherited from RTT::scripting::ConditionInterface | |
| virtual ConditionInterface * | copy (std::map< const base::DataSourceBase *, base::DataSourceBase * > &alreadyCloned) const |
| virtual void | reset () |
| virtual | ~ConditionInterface () |
Private Attributes | |
| const Property< bool > & | mprop |
ConditionBoolProperty is a Condition which reads out a Property<bool>.
Definition at line 56 of file ConditionBoolProperty.hpp.
|
inline |
Definition at line 61 of file ConditionBoolProperty.hpp.
|
virtual |
The Clone Software Pattern.
Implements RTT::scripting::ConditionInterface.
Definition at line 51 of file ConditionBoolProperty.cpp.
|
virtual |
Evaluate the Condition and return the outcome.
Implements RTT::scripting::ConditionInterface.
Definition at line 41 of file ConditionBoolProperty.cpp.
| std::string RTT::ConditionBoolProperty::toString | ( | ) |
Definition at line 46 of file ConditionBoolProperty.cpp.
|
private |
Definition at line 59 of file ConditionBoolProperty.hpp.