RMF
RMF::decorator::TypedFactory Class Reference

#include <RMF/decorator/sequence.h>

+ Inheritance diagram for RMF::decorator::TypedFactory:

Public Member Functions

 TypedFactory (FileConstHandle fh)
 
 TypedFactory (FileHandle fh)
 
TypedConst get (NodeConstHandle nh) const
 
Typed get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Typed.

Definition at line 952 of file sequence.h.

Member Function Documentation

TypedConst RMF::decorator::TypedFactory::get ( NodeConstHandle  nh) const

Get a TypedConst for nh.

Definition at line 966 of file sequence.h.

+ Here is the call graph for this function:

Typed RMF::decorator::TypedFactory::get ( NodeHandle  nh) const

Get a Typed for nh.

Definition at line 973 of file sequence.h.

+ Here is the call graph for this function:

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

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

Definition at line 981 of file sequence.h.

+ Here is the call graph for this function:


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