#include <meteoio/IOUtils.h>
#include <meteoio/IOExceptions.h>
#include <string>
#include <sstream>
#include <map>
#include <vector>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | mio::Config |
A class that reads a key/value file. These files (typically named *.ini) follow the INI file format standard (see http://en.wikipedia.org/wiki/INI_file) and have the following structure: More... | |
class | mio::ConfigParser |
Namespaces | |
namespace | mio |