#include <mappingobj.h>
Inheritance diagram for MappingObj:


Public Member Functions | |
| MappingObj (const char *name) | |
| virtual | ~MappingObj () |
| const char * | getName () |
| virtual mapping_obj_t | getType ()=0 |
| void | setParent (MappingObj *parent) |
| MappingObj * | getParent () |
| std::string | getFullName () |
|
|
Construct a new MappingObj. Cannot be called directly as MappingObj is abstract.
|
|
|
|
|
|
Get the name of this mapping object.
|
|
|
Abstract function for the MappingObject type.
Implemented in ChannelMapping, and MappingContainer. |
|
|
Set this MappingObj's parent.
|
|
|
Get this MappingObj's parent.
|
|
|
|
1.4.6