#include <factory.hxx>


Additional Inherited Members | |
Public Member Functions inherited from mylink | |
| void | fromport (const std::string &fromport) |
| void | toport (const std::string &toport) |
| std::string | fromport () const |
| std::string | toport () const |
| bool | withControl () const |
| void | clear () |
Public Member Functions inherited from mycontrol | |
| 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 inherited from mylink | |
| bool | _withControl |
Public Attributes inherited from mycontrol | |
| std::map< std::string, std::string > | _props |
Definition at line 70 of file factory.hxx.