#include <INI.h>
Public Member Functions | |
| void | set (const char *t, INIFieldParseProc p, const void *u, Int o) |
Public Attributes | |
| const char * | token |
| token of the field | |
| INIFieldParseProc | parse |
| the parse function | |
| const void * | userData |
| field-specific data | |
| Int | offset |
| offset to data field | |
Parse tables for all fields of each data block are created using these
|
inline |
| INIFieldParseProc FieldParse::parse |