RMF
|
#include <RMF/decorator/reference.h>
Public Member Functions | |
ReferenceFactory (FileConstHandle fh) | |
ReferenceFactory (FileHandle fh) | |
ReferenceConst | get (NodeConstHandle nh) const |
Reference | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type Reference.
Definition at line 116 of file reference.h.
ReferenceConst RMF::decorator::ReferenceFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a ReferenceConst for nh.
Definition at line 128 of file reference.h.
Reference RMF::decorator::ReferenceFactory::get | ( | NodeHandle | nh | ) | const |
Get a Reference for nh.
Definition at line 136 of file reference.h.
bool RMF::decorator::ReferenceFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a ReferenceConst.
Definition at line 145 of file reference.h.