RMF
RMF::decorator::DomainFactory Class Reference

#include <RMF/decorator/sequence.h>

+ Inheritance diagram for RMF::decorator::DomainFactory:

Public Member Functions

 DomainFactory (FileConstHandle fh)
 
 DomainFactory (FileHandle fh)
 
DomainConst get (NodeConstHandle nh) const
 
Domain get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Domain.

Definition at line 824 of file sequence.h.

Member Function Documentation

DomainConst RMF::decorator::DomainFactory::get ( NodeConstHandle  nh) const

Get a DomainConst for nh.

Definition at line 844 of file sequence.h.

+ Here is the call graph for this function:

Domain RMF::decorator::DomainFactory::get ( NodeHandle  nh) const

Get a Domain for nh.

Definition at line 851 of file sequence.h.

+ Here is the call graph for this function:

bool RMF::decorator::DomainFactory::get_is ( NodeConstHandle  nh) const

Check whether nh has all the attributes required to be a DomainConst.

Definition at line 859 of file sequence.h.

+ Here is the call graph for this function:


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