#include <SimpleIni.h>
Classes | |
struct | KeyOrder |
struct | LoadOrder |
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 | |
int | nOrder |
const SI_CHAR * | pComment |
const SI_CHAR * | pItem |
key entry
Definition at line 297 of file SimpleIni.h.
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::Entry | ( | const SI_CHAR * | a_pszItem = NULL , |
int | a_nOrder = 0 |
||
) | [inline] |
Definition at line 302 of file SimpleIni.h.
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::Entry | ( | const SI_CHAR * | a_pszItem, |
const SI_CHAR * | a_pszComment, | ||
int | a_nOrder | ||
) | [inline] |
Definition at line 307 of file SimpleIni.h.
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::Entry | ( | const Entry & | rhs | ) | [inline] |
Definition at line 312 of file SimpleIni.h.
Entry& CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::operator= | ( | const Entry & | rhs | ) | [inline] |
Definition at line 313 of file SimpleIni.h.
int CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::nOrder |
Definition at line 300 of file SimpleIni.h.
const SI_CHAR* CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::pComment |
Definition at line 299 of file SimpleIni.h.
const SI_CHAR* CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::pItem |
Definition at line 298 of file SimpleIni.h.