#include <string>
#include <map>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
Go to the source code of this file.
Classes | |
class | ConfigFile |
struct | ConfigFile::file_not_found |
struct | ConfigFile::key_not_found |
Functions | |
template<> | |
std::string | ConfigFile::string_as_T< std::string > (const std::string &s) |
std::string ConfigFile::string_as_T< std::string > | ( | const std::string & | s | ) | [inline] |
Definition at line 145 of file ConfigFile.h.
References alignCSCRings::s.
{ // Convert from a std::string to a std::string // In other words, do nothing return s; }