Public Member Functions
RTT::scripting::ConditionFalse Class Reference

#include <ConditionFalse.hpp>

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

List of all members.

Public Member Functions

virtual ConditionInterfaceclone () const
 ConditionFalse ()
virtual bool evaluate ()
 Evaluate the Condition and return the outcome.
virtual ~ConditionFalse ()

Detailed Description

A conditional that evaluates false

Definition at line 52 of file ConditionFalse.hpp.


Constructor & Destructor Documentation

Definition at line 57 of file ConditionFalse.hpp.

virtual RTT::scripting::ConditionFalse::~ConditionFalse ( ) [inline, virtual]

Definition at line 60 of file ConditionFalse.hpp.


Member Function Documentation

virtual ConditionInterface* RTT::scripting::ConditionFalse::clone ( ) const [inline, virtual]

The Clone Software Pattern.

Implements RTT::scripting::ConditionInterface.

Definition at line 68 of file ConditionFalse.hpp.

virtual bool RTT::scripting::ConditionFalse::evaluate ( ) [inline, virtual]

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 Sat Jun 8 2019 18:46:40