RMF
|
#include <RMF/decorator/alias.h>
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 |
AliasConst RMF::decorator::AliasFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a AliasConst for nh.
Alias RMF::decorator::AliasFactory::get | ( | NodeHandle | nh | ) | const |
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.