Version: 8.3.0
mylink Struct Reference

#include <factory.hxx>

Inheritance diagram for mylink:
Collaboration diagram for mylink:

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
 

Detailed Description

Definition at line 51 of file factory.hxx.

Member Function Documentation

void mylink::clear ( )
inline

Definition at line 63 of file factory.hxx.

References mycontrol::_props, and _withControl.

64  {
65  _props.clear();
66  _withControl=true;
67  }
void mylink::fromport ( const std::string &  fromport)
inline
std::string mylink::fromport ( ) const
inline

Definition at line 54 of file factory.hxx.

References _fromport.

54 { return _fromport ; }
void mylink::toport ( const std::string &  toport)
inline
std::string mylink::toport ( ) const
inline

Definition at line 55 of file factory.hxx.

References _toport.

55 { return _toport ; }
bool mylink::withControl ( ) const
inline

Definition at line 56 of file factory.hxx.

References _withControl.

Referenced by YACS::looptypeParser< T >::datalink(), and YACS::bloctypeParser< T >::datalink().

56 { return _withControl ;}

Member Data Documentation

std::string mylink::_fromport
private

Definition at line 60 of file factory.hxx.

Referenced by fromport().

std::string mylink::_toport
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().


The documentation for this struct was generated from the following file: