Functions
textparse_smc.inc
| Function | Type | Description |
|---|---|---|
| SMC_CreateParser | native | Creates a new SMC parser. This is used to set parse hooks. |
| SMC_DestroyParser | native | Disposes of an SMC parser. |
| SMC_GetErrorString | native | Gets an error string for an SMCError code. |
| SMC_ParseFile | native | Parses a config file. |
| SMC_SetParseEnd | native | Sets the SMC_ParseEnd function of a parse handle. |
| SMC_SetParseStart | native | Sets the SMC_ParseStart function of a parse handle. |
| SMC_SetRawLine | native | Sets a raw line reader on an text parser handle. |
| SMC_SetReaders | native | Sets the three main reader functions. |