RTT::scripting::ConditionBoolProperty Class Reference

#include <ConditionBoolProperty.hpp>

Inheritance diagram for RTT::scripting::ConditionBoolProperty:
Inheritance graph
[legend]

List of all members.

Public Member Functions

ConditionBoolPropertyclone () const
ConditionBoolPropertyclone () 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

Detailed Description

ConditionBoolProperty is a Condition which reads out a Property<bool>.

Deprecated:
Remove this low-level class since it's nowhere used.

ConditionBoolProperty is a Condition which reads out a Property<bool>.

Deprecated:
Remove this low-level class since it's nowhere used.

Definition at line 56 of file install/include/rtt/scripting/ConditionBoolProperty.hpp.


Constructor & Destructor Documentation

RTT::scripting::ConditionBoolProperty::ConditionBoolProperty ( const Property< bool > &  prop  )  [inline]
RTT::scripting::ConditionBoolProperty::ConditionBoolProperty ( const Property< bool > &  prop  )  [inline]

Definition at line 61 of file rtt/scripting/ConditionBoolProperty.hpp.


Member Function Documentation

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.

Returns:
true if the condition is satisfied, false otherwise.

Implements RTT::scripting::ConditionInterface.

bool RTT::ConditionBoolProperty::evaluate (  )  [virtual]

Evaluate the Condition and return the outcome.

Returns:
true if the condition is satisfied, false otherwise.

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.


Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:50:12 2013