RMF
|
#include <RMF/decorator/external.h>
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 |
Create decorators of type External.
Definition at line 80 of file external.h.
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.