RMF
|
#include <RMF/decorator/sequence.h>
Public Member Functions | |
BackwardsCompatibilityFragmentFactory (FileConstHandle fh) | |
BackwardsCompatibilityFragmentFactory (FileHandle fh) | |
BackwardsCompatibilityFragmentConst | get (NodeConstHandle nh) const |
BackwardsCompatibilityFragment | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type BackwardsCompatibilityFragment.
Definition at line 690 of file sequence.h.
BackwardsCompatibilityFragmentConst RMF::decorator::BackwardsCompatibilityFragmentFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a BackwardsCompatibilityFragmentConst for nh.
Definition at line 704 of file sequence.h.
BackwardsCompatibilityFragment RMF::decorator::BackwardsCompatibilityFragmentFactory::get | ( | NodeHandle | nh | ) | const |
Get a BackwardsCompatibilityFragment for nh.
Definition at line 711 of file sequence.h.
bool RMF::decorator::BackwardsCompatibilityFragmentFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a BackwardsCompatibilityFragmentConst.
Definition at line 719 of file sequence.h.