LibreOffice Module connectivity (master) 1
Classes | Typedefs
MNSINIParser.hxx File Reference
#include <rtl/ustring.hxx>
#include <map>
#include <vector>
Include dependency graph for MNSINIParser.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ini_NameValue
 
struct  ini_Section
 
class  IniParser
 

Typedefs

typedef std::vector< ini_NameValueNameValueVector
 
typedef std::map< OUString, ini_SectionIniSectionMap
 

Typedef Documentation

◆ IniSectionMap

typedef std::map<OUString, ini_Section > IniSectionMap

Definition at line 42 of file MNSINIParser.hxx.

◆ NameValueVector

typedef std::vector< ini_NameValue> NameValueVector

Definition at line 34 of file MNSINIParser.hxx.