RMF
RMF::decorator::ChainFactory Class Reference

#include <RMF/decorator/sequence.h>

+ Inheritance diagram for RMF::decorator::ChainFactory:

Public Member Functions

 ChainFactory (FileConstHandle fh)
 
 ChainFactory (FileHandle fh)
 
ChainConst get (NodeConstHandle nh) const
 
Chain get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Chain.

Examples:
benchmark/benchmark_rmf.cpp.

Definition at line 430 of file sequence.h.

Member Function Documentation

ChainConst RMF::decorator::ChainFactory::get ( NodeConstHandle  nh) const

Get a ChainConst for nh.

Examples:
benchmark/benchmark_rmf.cpp.

Definition at line 452 of file sequence.h.

+ Here is the call graph for this function:

Chain RMF::decorator::ChainFactory::get ( NodeHandle  nh) const

Get a Chain for nh.

Definition at line 463 of file sequence.h.

+ Here is the call graph for this function:

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

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

Definition at line 475 of file sequence.h.

+ Here is the call graph for this function:


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