SimpleIni
Classes | Public Member Functions | Public Attributes

CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry Struct Reference

key entry More...

#include <SimpleIni.h>

List of all members.

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)
Entryoperator= (const Entry &rhs)

Public Attributes

const SI_CHAR * pItem
const SI_CHAR * pComment
int nOrder

Detailed Description

template<class SI_CHAR, class SI_STRLESS, class SI_CONVERTER>
struct CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry

key entry

Definition at line 297 of file SimpleIni.h.


Constructor & Destructor Documentation

template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
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.

template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
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.

template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::Entry ( const Entry rhs) [inline]

Member Function Documentation

template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
Entry& CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::operator= ( const Entry rhs) [inline]

Member Data Documentation

template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
int CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::nOrder
template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
const SI_CHAR* CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::pComment
template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
const SI_CHAR* CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::Entry::pItem

The documentation for this struct was generated from the following file: