Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
FieldParse Struct Reference

#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
 

Detailed Description

Parse tables for all fields of each data block are created using these

Definition at line 115 of file INI.h.

Member Function Documentation

◆ set()

void FieldParse::set ( const char * t,
INIFieldParseProc p,
const void * u,
Int o )
inline

Definition at line 122 of file INI.h.

Member Data Documentation

◆ offset

Int FieldParse::offset

offset to data field

Definition at line 120 of file INI.h.

◆ parse

INIFieldParseProc FieldParse::parse

the parse function

Definition at line 118 of file INI.h.

◆ token

const char* FieldParse::token

token of the field

Definition at line 117 of file INI.h.

◆ userData

const void* FieldParse::userData

field-specific data

Definition at line 119 of file INI.h.


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