#include <factory.hxx>
Public Member Functions | |
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 | |
bool | _withControl |
Public Attributes inherited from mycontrol | |
std::map< std::string, std::string > | _props |
Private Attributes | |
std::string | _fromport |
std::string | _toport |
Definition at line 51 of file factory.hxx.
|
inline |
Definition at line 63 of file factory.hxx.
References mycontrol::_props, and _withControl.
|
inline |
Definition at line 52 of file factory.hxx.
References _fromport, and fromport().
Referenced by YACS::looptypeParser< T >::datalink(), YACS::bloctypeParser< T >::datalink(), fromport(), and YACS::bloctypeParser< T >::stream().
|
inline |
|
inline |
Definition at line 53 of file factory.hxx.
References _toport, and toport().
Referenced by YACS::looptypeParser< T >::datalink(), YACS::bloctypeParser< T >::datalink(), YACS::bloctypeParser< T >::stream(), and toport().
|
inline |
|
inline |
Definition at line 56 of file factory.hxx.
References _withControl.
Referenced by YACS::looptypeParser< T >::datalink(), and YACS::bloctypeParser< T >::datalink().
|
private |
Definition at line 60 of file factory.hxx.
Referenced by fromport().
|
private |
Definition at line 61 of file factory.hxx.
Referenced by toport().
bool mylink::_withControl |
Definition at line 58 of file factory.hxx.
Referenced by clear(), and withControl().