|
RMF
|
#include <RMF/decorator/sequence.h>
Inheritance diagram for RMF::decorator::BackwardsCompatibilityFragmentFactory: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 736 of file sequence.h.
| BackwardsCompatibilityFragmentConst RMF::decorator::BackwardsCompatibilityFragmentFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a BackwardsCompatibilityFragmentConst for nh.
Definition at line 750 of file sequence.h.
Here is the call graph for this function:| BackwardsCompatibilityFragment RMF::decorator::BackwardsCompatibilityFragmentFactory::get | ( | NodeHandle | nh | ) | const |
Get a BackwardsCompatibilityFragment for nh.
Definition at line 757 of file sequence.h.
Here is the call graph for this function:| bool RMF::decorator::BackwardsCompatibilityFragmentFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a BackwardsCompatibilityFragmentConst.
Definition at line 765 of file sequence.h.
Here is the call graph for this function: