ini-cpp
Classes | Typedefs | Functions
inih Namespace Reference

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)
 

Functions

int ini_parse_stream (ini_reader reader, void *stream, ini_handler handler, void *user)
 
int ini_parse_file (FILE *file, ini_handler handler, void *user)
 
int ini_parse (const char *filename, ini_handler handler, void *user)
 

Detailed Description

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