#include <factory.hxx>
Public Attributes | |
std::string | _name |
machines | _machs |
std::map< std::string, std::string > | _props |
Definition at line 113 of file factory.hxx.
machines mycontainer::_machs |
Definition at line 116 of file factory.hxx.
Referenced by YACS::proctypeParser< T >::container(), YACS::containertypeParser::machine_(), and YACS::containertypeParser::pre().
std::string mycontainer::_name |
Definition at line 115 of file factory.hxx.
Referenced by YACS::proctypeParser< T >::container(), and YACS::containertypeParser::name().
std::map<std::string,std::string> mycontainer::_props |
Definition at line 117 of file factory.hxx.
Referenced by YACS::proctypeParser< T >::container(), YACS::containertypeParser::initializescriptkey(), YACS::containertypeParser::pre(), and YACS::containertypeParser::property().