MRPT  1.9.9
mrpt::config::simpleini Namespace Reference

Classes

class  CSimpleIniTempl
 Simple INI file reader. More...
 
struct  MRPT_IniFileParser
 MRPT custom INI file parser to allow minimal file preprocessing: More...
 
class  SI_ConvertA
 Null conversion class for MBCS/UTF-8 to char (or equivalent). More...
 
struct  SI_GenericCase
 Generic case-sensitive less than comparison. More...
 
struct  SI_GenericNoCase
 Generic ASCII case-insensitive less than comparison. More...
 

Typedefs

using CSimpleIniA = CSimpleIniTempl< char, SI_GenericNoCase< char >, SI_ConvertA< char > >
 
using CSimpleIniCaseA = CSimpleIniTempl< char, SI_GenericCase< char >, SI_ConvertA< char > >
 
using MRPT_CSimpleIni = CSimpleIniTempl< char, SI_GenericNoCase< char >, MRPT_IniFileParser >
 

Enumerations

enum  SI_Error {
  SI_OK = 0, SI_UPDATED = 1, SI_INSERTED = 2, SI_FAIL = -1,
  SI_NOMEM = -2, SI_FILE = -3
}
 

Typedef Documentation

◆ CSimpleIniA

Definition at line 2406 of file SimpleIni.h.

◆ CSimpleIniCaseA

Definition at line 2408 of file SimpleIni.h.

◆ MRPT_CSimpleIni

Enumeration Type Documentation

◆ SI_Error

Enumerator
SI_OK 

No error.

SI_UPDATED 

An existing value was updated.

SI_INSERTED 

A new value was inserted.

SI_FAIL 

Generic failure.

SI_NOMEM 

Out of memory error.

SI_FILE 

File error (see errno for detail error)

Definition at line 52 of file SimpleIni.h.




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020