#include <StringParameters.h>
Public Member Functions | |
| StringParameters () | |
| StringParameters (const StringParameters &sp) | |
| void | add (const std::string &key, const std::vector< std::string > &values) |
| void | add (const std::vector< std::string > &tokens) |
| void | erase (const std::string &key) |
| bool | isParameterSet (const std::string &key) |
| int | getIntVal (const std::string &key) |
| float | getFloatVal (const std::string &key) |
| const std::string & | getStringVal (const std::string &key) |
| IntVec & | getIntVals (const std::string &key, IntVec &intVec) |
| FloatVec & | getFloatVals (const std::string &key, FloatVec &floatVec) |
| StringVec & | getStringVals (const std::string &key, StringVec &stringVec) |
| StringVec & | getStringKeys (StringVec &stringVec) |
| virtual | ~StringParameters () |
Protected Attributes | |
| ParametersMap | _map |
Friends | |
| std::ostream & | operator<< (std::ostream &, StringParameters &) |
Definition at line 34 of file StringParameters.h.
|
|
Definition at line 8 of file StringParameters.cc. |
|
|
Definition at line 12 of file StringParameters.cc. References _map. |
|
|
Definition at line 16 of file StringParameters.cc. |
|
|
Definition at line 29 of file StringParameters.cc. References _map. |
|
||||||||||||
|
Definition at line 21 of file StringParameters.cc. References _map. Referenced by marlin::MarlinSteerCheck::MarlinSteerCheck(), marlin::CMProcessor::mergeParams(), marlin::XMLParser::parametersFromNode(), marlin::XMLParser::parse(), marlin::Parser::parse(), marlin::MarlinSteerCheck::parseXMLFile(), and marlin::CCProcessor::writeColsToParam(). |
|
|
Definition at line 37 of file StringParameters.cc. References _map. Referenced by marlin::CCProcessor::clearParameters(), and marlin::MarlinSteerCheck::parseXMLFile(). |
|
|
Definition at line 54 of file StringParameters.cc. References _map, and marlin::floatVal(). |
|
||||||||||||
|
Definition at line 79 of file StringParameters.cc. References _map, marlin::floatVal(), and EVENT::FloatVec. |
|
|
Definition at line 47 of file StringParameters.cc. References _map, and marlin::intVal(). |
|
||||||||||||
|
Definition at line 71 of file StringParameters.cc. References _map, marlin::intVal(), and EVENT::IntVec. |
|
|
Definition at line 94 of file StringParameters.cc. References _map, and EVENT::StringVec. Referenced by marlin::CCProcessor::addColsFromParam(), marlin::MarlinSteerCheck::saveAsXMLFile(), and marlin::CCProcessor::writeToXML(). |
|
|
Definition at line 62 of file StringParameters.cc. References _map. Referenced by createProcessors(), marlin::Parser::parse(), and marlin::MarlinSteerCheck::parseXMLFile(). |
|
||||||||||||
|
Definition at line 87 of file StringParameters.cc. References _map, and EVENT::StringVec. Referenced by marlin::CCProcessor::addColsFromParam(), marlin::CCProcessor::clearParameters(), marlin::MarlinSteerCheck::parseXMLFile(), marlin::MarlinSteerCheck::saveAsXMLFile(), and marlin::CCProcessor::writeToXML(). |
|
|
Definition at line 42 of file StringParameters.cc. References _map. Referenced by marlin::CCProcessor::clearParameters(), and marlin::CMProcessor::mergeParams(). |
|
||||||||||||
|
Definition at line 112 of file StringParameters.cc. |
|
|
Definition at line 63 of file StringParameters.h. Referenced by add(), erase(), getFloatVal(), getFloatVals(), getIntVal(), getIntVals(), getStringKeys(), getStringVal(), getStringVals(), isParameterSet(), marlin::operator<<(), and StringParameters(). |
1.3.9.1