inicpp
C++ parser of INI files with schema validation.
Main Page
Namespaces
Classes
Files
File List
inicpp.h
1
#ifndef INICPP_MAIN_H
2
#define INICPP_MAIN_H
3
4
/*
5
* This file is for easy, single-include usage of inicpp
6
* library from external projekt.
7
*/
8
9
#include "config.h"
10
#include "exception.h"
11
#include "option.h"
12
#include "option_schema.h"
13
#include "parser.h"
14
#include "schema.h"
15
#include "section.h"
16
#include "section_schema.h"
17
#include "types.h"
18
19
#endif // INICPP_MAIN_H
include
inicpp
inicpp.h
Generated on Mon May 16 2016 23:44:56 for inicpp by
1.8.11