#include <vector>
#include <stdio.h>
#include <float.h>
#include <limits.h>
Go to the source code of this file.
Classes | |
class | IniSection |
Represent a section in a .ini file. More... | |
class | IniParser |
Parser object for .ini file. More... | |
class | ParamSection |
The [ PARAMETERS ] section basically contains a collection of "keyword = values" parameters. More... | |
struct | ParamSection::Param |
struct | ParamSection::DoubleParam |
struct | ParamSection::BoolParam |
struct | ParamSection::StringParam |
struct | ParamSection::IntParam |
struct | ParamSection::ParamVisitor |
Defines | |
#define | DLLEXPORT |
#define | LOADER_BUFFER_LENGTH 256 |