#include <factory.hxx>
Public Member Functions | |
void | fromnode (const std::string &fromnode) |
void | tonode (const std::string &tonode) |
std::string | fromnode () const |
std::string | tonode () const |
void | clear () |
void | setProperty (const std::string &name, const std::string &value) |
Public Attributes | |
std::map< std::string, std::string > | _props |
Private Attributes | |
std::string | _fromnode |
std::string | _tonode |
Definition at line 32 of file factory.hxx.
|
inline |
|
inline |
Definition at line 33 of file factory.hxx.
References _fromnode, and fromnode().
Referenced by YACS::bloctypeParser< T >::control(), YACS::looptypeParser< T >::datalink(), YACS::bloctypeParser< T >::datalink(), fromnode(), and YACS::bloctypeParser< T >::stream().
|
inline |
|
inline |
|
inline |
Definition at line 34 of file factory.hxx.
References _tonode, and tonode().
Referenced by YACS::bloctypeParser< T >::control(), YACS::looptypeParser< T >::datalink(), YACS::bloctypeParser< T >::datalink(), YACS::bloctypeParser< T >::stream(), and tonode().
|
inline |
|
private |
Definition at line 47 of file factory.hxx.
Referenced by fromnode().
std::map<std::string,std::string> mycontrol::_props |
Definition at line 37 of file factory.hxx.
Referenced by clear(), mylink::clear(), setProperty(), and YACS::bloctypeParser< T >::stream().
|
private |
Definition at line 48 of file factory.hxx.
Referenced by tonode().