#include <appconf.h>
Enumeration of subgroups/entries | |
| Enumerator (size_t nCount, Bool bOwnsStrings) | |
| ~Enumerator () | |
| void | AddString (const char *sz) |
| void | AddString (char *sz) |
| void | MakeUnique () |
| size_t | Count () const |
| return number of elements. | |
| const char* | operator[] (size_t nIndex) const |
| return the element nIndex. | |
| char** | m_aszData |
| size_t | m_nCount |
| Bool | m_bOwnsStrings |
Definition at line 233 of file appconf.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return number of elements.
|
|
|
|
|
|
return the element nIndex.
|
|
|
|
|
|
|
|
|
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001