MoCSI API Reference
Loading...
Searching...
No Matches
Classes
IniParser.h File Reference
#include <any>
#include <exception>
#include <iostream>
#include <map>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
Include dependency graph for IniParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IniParser
 This class parses ini files. Currently supported are only the following data types: string/char, int, double, bool. More...
 
class  IniParserSnapshot
 This class parses ini files from a snapshot file. Currently supported are only the following data types: string/char, int, double, bool. While it does have a fair bit of duplicate code from IniParser, it carries a different datatype and needs other handling, thus making it incompatible. More...
 
class  BadInput
 This error class inherits from std::exception and marks faulty parameter or CL inputs. Very rudimentary error class to be thrown in the case of faulty/erroneous user input. More...