Base class for component definition. More...
#include <ComponentDefinition.hxx>

Public Member Functions | |
| ComponentDefinition (const std::string &name) | |
| const std::string & | getName () const |
| virtual | ~ComponentDefinition () |
Public Attributes | |
| std::map< std::string, ServiceNode * > | _serviceMap |
Protected Attributes | |
| std::string | _name |
Base class for component definition.
Definition at line 38 of file ComponentDefinition.hxx.
| ComponentDefinition::ComponentDefinition | ( | const std::string & | name | ) |
Definition at line 31 of file ComponentDefinition.cxx.
|
virtual |
Definition at line 35 of file ComponentDefinition.cxx.
References _serviceMap, and DEBTRACE.
|
inline |
Definition at line 42 of file ComponentDefinition.hxx.
|
protected |
Definition at line 46 of file ComponentDefinition.hxx.
| std::map<std::string,ServiceNode*> YACS::ENGINE::ComponentDefinition::_serviceMap |
Definition at line 44 of file ComponentDefinition.hxx.
Referenced by YACS::ENGINE::SessionCataLoader::importComponent(), YACS::HMI::CommandAddNodeFromCatalog::localExecute(), YACS::HMI::CommandAddComponentFromCatalog::localExecute(), and ~ComponentDefinition().