SimpleIni
4.17
|
key entry More...
#include <SimpleIni.h>
Classes | |
struct | KeyOrder |
Strict less ordering by name of key only. More... | |
struct | LoadOrder |
Strict less ordering by order, and then name of key. More... | |
Public Member Functions | |
Entry (const SI_CHAR *a_pszItem=NULL, int a_nOrder=0) | |
Entry (const SI_CHAR *a_pszItem, const SI_CHAR *a_pszComment, int a_nOrder) | |
Entry (const Entry &rhs) | |
Entry & | operator= (const Entry &rhs) |
Public Attributes | |
const SI_CHAR * | pItem |
const SI_CHAR * | pComment |
int | nOrder |
key entry
Definition at line 299 of file SimpleIni.h.
|
inline |
Definition at line 304 of file SimpleIni.h.
|
inline |
Definition at line 309 of file SimpleIni.h.
|
inline |
Definition at line 314 of file SimpleIni.h.
References CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::operator=().
|
inline |
Definition at line 315 of file SimpleIni.h.
References CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::nOrder, CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::pComment, and CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::pItem.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::Entry().
int CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::nOrder |
Definition at line 302 of file SimpleIni.h.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::LoadOrder::operator()(), and CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::operator=().
const SI_CHAR* CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::pComment |
Definition at line 301 of file SimpleIni.h.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::operator=().
const SI_CHAR* CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::pItem |
Definition at line 300 of file SimpleIni.h.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::KeyOrder::operator()(), CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::LoadOrder::operator()(), and CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::operator=().