Public Member Functions | List of all members
RTT::scripting::ConditionFalse Class Reference

#include <ConditionFalse.hpp>

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

Public Member Functions

virtual ConditionInterfaceclone () const
 
 ConditionFalse ()
 
virtual bool evaluate ()
 Evaluate the Condition and return the outcome. More...
 
virtual ~ConditionFalse ()
 
- Public Member Functions inherited from RTT::scripting::ConditionInterface
virtual ConditionInterfacecopy (std::map< const base::DataSourceBase *, base::DataSourceBase * > &alreadyCloned) const
 
virtual void reset ()
 
virtual ~ConditionInterface ()
 

Detailed Description

A conditional that evaluates false

Definition at line 52 of file ConditionFalse.hpp.

Constructor & Destructor Documentation

RTT::scripting::ConditionFalse::ConditionFalse ( )
inline

Definition at line 57 of file ConditionFalse.hpp.

virtual RTT::scripting::ConditionFalse::~ConditionFalse ( )
inlinevirtual

Definition at line 60 of file ConditionFalse.hpp.

Member Function Documentation

virtual ConditionInterface* RTT::scripting::ConditionFalse::clone ( ) const
inlinevirtual

The Clone Software Pattern.

Implements RTT::scripting::ConditionInterface.

Definition at line 68 of file ConditionFalse.hpp.

virtual bool RTT::scripting::ConditionFalse::evaluate ( )
inlinevirtual

Evaluate the Condition and return the outcome.

Returns
true if the condition is satisfied, false otherwise.

Implements RTT::scripting::ConditionInterface.

Definition at line 63 of file ConditionFalse.hpp.


The documentation for this class was generated from the following file:


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:46