ini-cpp
|
Yet another .ini parser for modern c++ (made for cpp17), inspired and extend from @benhoyt's inih. More...
Classes | |
class | INIReader |
class | INIWriter |
Typedefs | |
typedef int(* | ini_handler) (void *user, const char *section, const char *name, const char *value) |
typedef char *(* | ini_reader) (char *str, int num, void *stream) |
Yet another .ini parser for modern c++ (made for cpp17), inspired and extend from @benhoyt's inih.
See project page: https://github.com/SSARCandy/ini-cpp