FACT++  1.0
multimap< string, string > Configuration::GetOptions ( ) const

Definition at line 744 of file Configuration.cc.

References fVariables, and VarAsStr().

Referenced by GetOptions().

745 {
746  multimap<string,string> rc;
747 
748  for (map<string,po::variable_value>::const_iterator m=fVariables.begin();
749  m!=fVariables.end(); m++)
750  rc.insert(make_pair(m->first, VarAsStr(m->second)));
751 
752  return rc;
753 }
std::string VarAsStr(const po::variable_value &v) const
po::variables_map fVariables
URL for database connection (see Configuration::parse_database)
Definition: Configuration.h:41

+ Here is the call graph for this function:

+ Here is the caller graph for this function: