General/FileINI.h File Reference

#include <string>
#include <list>
#include <map>
#include "CCTChar.h"
Include dependency graph for FileINI.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  INILine
 This class represents a line with a key-value pair of strings, inside an INI file. More...
class  FileINI
 This class, which is composed completely of static methods, can be used to read and parse INI files. More...

Defines

#define FILEINI_IGNORE_COMMENTS   0x00000001
 Skips over double-slash (//) comment lines in the INI file.
#define FILEINI_TRIM   0x00000002
 Trims the keys and values found in the INI file.

Typedefs

typedef std::list< std::tstring > TCHARSTRLIST
 A list of strings.
typedef std::map< std::tstring,
std::tstring > 
TCHARSTR2STR
 A map of string to string.
typedef std::map< std::tstring,
TCHARSTRLIST
TCHARSTR2STRLIST
 A map of string, to string-list.
typedef std::list< INILineINILINELIST
 A list of INILine objects, representing a group of INI file lines, in their original order.

Detailed Description

Definition in file FileINI.h.


Generated on Mon Jun 18 12:40:39 2012 for CC PDF Converter by doxygen 1.6.1