Version: 9.15.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

◆ clear()

void myinport::clear ( )
inline

Definition at line 83 of file factory.hxx.

84  {
85  _props.clear();
86  }
std::map< std::string, std::string > _props
Definition: factory.hxx:82

References _props.

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

◆ setProperty()

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

Definition at line 87 of file factory.hxx.

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

References _props.

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

Member Data Documentation

◆ _name

◆ _props

std::map<std::string,std::string> myinport::_props

Definition at line 82 of file factory.hxx.

Referenced by clear(), and setProperty().

◆ _type

std::string myinport::_type

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