Skip to content

File Ini.h

FileList > src > utils > Ini.h

Go to the source code of this file

  • #include <ctype.h>
  • #include <stdio.h>
  • #include <string.h>
  • #include <sys/stat.h>
  • #include <algorithm>
  • #include <cctype>
  • #include <cstdlib>
  • #include <fstream>
  • #include <iostream>
  • #include <iterator>
  • #include <map>
  • #include <set>
  • #include <sstream>
  • #include <string>
  • #include <type_traits>
  • #include <unordered_map>
  • #include <vector>

Namespaces

Type Name
namespace inih

Classes

Type Name
class INIReader
class INIWriter

Macros

Type Name
define HANDLER (u, s, n, v) handler(u, s, n, v)
define INI_INITIAL_ALLOC 200
define INI_INLINE_COMMENT_PREFIXES ";"
define INI_MAX_LINE 2000
define INI_START_COMMENT_PREFIXES ";#"
define INI_STOP_ON_FIRST_ERROR 1
define MAX_NAME 50
define MAX_SECTION 50
define __INIREADER_H__
define __INIREADER__
define __INIWRITER_H__

Macro Definition Documentation

define HANDLER

#define HANDLER (
    u,
    s,
    n,
    v
) handler(u, s, n, v)

define INI_INITIAL_ALLOC

#define INI_INITIAL_ALLOC 200

define INI_INLINE_COMMENT_PREFIXES

#define INI_INLINE_COMMENT_PREFIXES ";"

define INI_MAX_LINE

#define INI_MAX_LINE 2000

define INI_START_COMMENT_PREFIXES

#define INI_START_COMMENT_PREFIXES ";#"

define INI_STOP_ON_FIRST_ERROR

#define INI_STOP_ON_FIRST_ERROR 1

define MAX_NAME

#define MAX_NAME 50

define MAX_SECTION

#define MAX_SECTION 50

define __INIREADER_H__

#define __INIREADER_H__ 

define __INIREADER__

#define __INIREADER__ 

define __INIWRITER_H__

#define __INIWRITER_H__ 


The documentation for this class was generated from the following file src/utils/Ini.h