|
RMF
|
#include <RMF/decorator/sequence.h>
Inheritance diagram for RMF::decorator::CopyFactory: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 1120 of file sequence.h.
| CopyConst RMF::decorator::CopyFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a CopyConst for nh.
Definition at line 1134 of file sequence.h.
Here is the call graph for this function:| Copy RMF::decorator::CopyFactory::get | ( | NodeHandle | nh | ) | const |
Get a Copy for nh.
Definition at line 1141 of file sequence.h.
Here is the call graph for this function:| bool RMF::decorator::CopyFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a CopyConst.
Definition at line 1149 of file sequence.h.
Here is the call graph for this function: