RMF
RMF::decorator::AliasFactory Class Reference

#include <RMF/decorator/alias.h>

+ Inheritance diagram for RMF::decorator::AliasFactory:

Public Member Functions

 AliasFactory (FileConstHandle fh)
 
 AliasFactory (FileHandle fh)
 
AliasConst get (NodeConstHandle nh) const
 
Alias get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Alias.

Definition at line 77 of file alias.h.

Member Function Documentation

AliasConst RMF::decorator::AliasFactory::get ( NodeConstHandle  nh) const

Get a AliasConst for nh.

Definition at line 91 of file alias.h.

Alias RMF::decorator::AliasFactory::get ( NodeHandle  nh) const

Get a Alias for nh.

Definition at line 98 of file alias.h.

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

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

Definition at line 106 of file alias.h.

+ Here is the call graph for this function:


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