Version: 8.3.0
myinport Struct Reference

#include <factory.hxx>

Inheritance diagram for myinport:
Collaboration diagram for myinport:

Public Member Functions

void clear ()
 
void setProperty (const std::string &name, const std::string &value)
 

Public Attributes

std::string _name
 
std::string _type
 
std::map< std::string,
std::string > 
_props
 

Detailed Description

Definition at line 79 of file factory.hxx.

Member Function Documentation

void myinport::clear ( )
inline

Definition at line 83 of file factory.hxx.

References _props.

Referenced by YACS::outputdatatypeParser::pre(), and YACS::presetdatatypeParser::pre().

84  {
85  _props.clear();
86  }
void myinport::setProperty ( const std::string &  name,
const std::string &  value 
)
inline

Definition at line 87 of file factory.hxx.

References _props.

Referenced by YACS::presetdatatypeParser::post(), YACS::outputdatatypeParser::ref(), and YACS::presetdatatypeParser::value().

88  {
89  _props[name]=value;
90  }

Member Data Documentation


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