RMF
|
#include <RMF/decorator/sequence.h>
Public Member Functions | |
CopyFactory (FileConstHandle fh) | |
CopyFactory (FileHandle fh) | |
CopyConst | get (NodeConstHandle nh) const |
Copy | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type Copy.
Definition at line 1074 of file sequence.h.
CopyConst RMF::decorator::CopyFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a CopyConst for nh.
Definition at line 1088 of file sequence.h.
Copy RMF::decorator::CopyFactory::get | ( | NodeHandle | nh | ) | const |
Get a Copy for nh.
Definition at line 1095 of file sequence.h.
bool RMF::decorator::CopyFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a CopyConst.
Definition at line 1103 of file sequence.h.