#include <SimpleIni.h>
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 |
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... | |
Definition at line 294 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 299 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 304 of file SimpleIni.h.
| CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::Entry | ( | const Entry & | rhs | ) | [inline] |
Definition at line 309 of file SimpleIni.h.
References CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::operator=().
| Entry& CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::operator= | ( | const Entry & | rhs | ) | [inline] |
Definition at line 310 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().
| const SI_CHAR* CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::pItem |
Definition at line 295 of file SimpleIni.h.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::LoadOrder::operator()(), CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::KeyOrder::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 296 of file SimpleIni.h.
Referenced by CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::operator=().
| int CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::nOrder |
Definition at line 297 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=().
1.5.6