RMF
RMF::decorator::CopyFactory Class Reference

#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
 

Detailed Description

Create decorators of type Copy.

Definition at line 1074 of file sequence.h.

Member Function Documentation

CopyConst RMF::decorator::CopyFactory::get ( NodeConstHandle  nh) const

Get a CopyConst for nh.

Definition at line 1088 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 1095 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 1103 of file sequence.h.

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: