RMF
RMF::decorator::StateFactory Class Reference

#include <RMF/decorator/sequence.h>

+ Inheritance diagram for RMF::decorator::StateFactory:

Public Member Functions

 StateFactory (FileConstHandle fh)
 
 StateFactory (FileHandle fh)
 
StateConst get (NodeConstHandle nh) const
 
State get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type State.

Definition at line 1196 of file sequence.h.

Member Function Documentation

StateConst RMF::decorator::StateFactory::get ( NodeConstHandle  nh) const

Get a StateConst for nh.

Definition at line 1210 of file sequence.h.

+ Here is the call graph for this function:

State RMF::decorator::StateFactory::get ( NodeHandle  nh) const

Get a State for nh.

Definition at line 1217 of file sequence.h.

+ Here is the call graph for this function:

bool RMF::decorator::StateFactory::get_is ( NodeConstHandle  nh) const

Check whether nh has all the attributes required to be a StateConst.

Definition at line 1225 of file sequence.h.

+ Here is the call graph for this function:


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