RMF
RMF::decorator::ExternalFactory Class Reference

#include <RMF/decorator/external.h>

+ Inheritance diagram for RMF::decorator::ExternalFactory:

Public Member Functions

 ExternalFactory (FileConstHandle fh)
 
 ExternalFactory (FileHandle fh)
 
ExternalConst get (NodeConstHandle nh) const
 
External get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type External.

Definition at line 80 of file external.h.

Member Function Documentation

ExternalConst RMF::decorator::ExternalFactory::get ( NodeConstHandle  nh) const

Get a ExternalConst for nh.

Definition at line 94 of file external.h.

External RMF::decorator::ExternalFactory::get ( NodeHandle  nh) const

Get a External for nh.

Definition at line 101 of file external.h.

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

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

Definition at line 109 of file external.h.

+ Here is the call graph for this function:


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