#include <factory.hxx>

Public Attributes | |
| std::string | _name |
| std::string | _kind |
| std::string | _component |
| std::string | _container |
| std::map< std::string, std::string > | _props |
Definition at line 125 of file factory.hxx.
| std::string mycomponentinstance::_component |
Definition at line 129 of file factory.hxx.
Referenced by YACS::componentinstancetypeParser::component(), and YACS::proctypeParser< T >::componentinstance().
| std::string mycomponentinstance::_container |
Definition at line 130 of file factory.hxx.
Referenced by YACS::proctypeParser< T >::componentinstance(), and YACS::componentinstancetypeParser::load().
| std::string mycomponentinstance::_kind |
Definition at line 128 of file factory.hxx.
Referenced by YACS::proctypeParser< T >::componentinstance(), and YACS::componentinstancetypeParser::kind().
| std::string mycomponentinstance::_name |
Definition at line 127 of file factory.hxx.
Referenced by YACS::proctypeParser< T >::componentinstance(), and YACS::componentinstancetypeParser::name().
| std::map<std::string,std::string> mycomponentinstance::_props |
Definition at line 131 of file factory.hxx.
Referenced by YACS::proctypeParser< T >::componentinstance(), YACS::componentinstancetypeParser::pre(), and YACS::componentinstancetypeParser::property().