Data(const std::string &v, int s)
 
void printNotUsed(const std::string §ion="") const
 
bool sectionPresent(const std::string §ion) const
 
Class to read in a text file and allow easy retrieval of parameters.
 
std::unordered_map< std::string, Data > m_table
 
bool getRowNumber(std::string &key, std::string &rowNumber) const
 
bool find(const std::string &key, std::string &result) const
 
std::unordered_map< std::string, int > m_sections
 
void add(const std::string &key, const std::string &value)
 
bool readFile(const std::string &filename)
 
std::string formatKey(const std::string &key) const
 
void printParameters(const std::string §ion="") const