#include <sio2_stream.h>
Public Attributes | |
| char | str [SIO2_MAX_CHAR] |
| The root tag to use for entry. | |
| SIO2parsercallback * | root |
| The callback to call if the root tag is found. | |
| SIO2parsercallback * | custom |
| If the root callback return 0, the custom callback will be called. | |
| char SIO2entry::str[SIO2_MAX_CHAR] |
| SIO2parsercallback* SIO2entry::root |
The callback to call if the root tag is found.
Referenced by sio2ResourceAddEntry(), and sio2StreamParse().
| SIO2parsercallback* SIO2entry::custom |
If the root callback return 0, the custom callback will be called.
Referenced by sio2ResourceAddEntry(), and sio2StreamParse().
1.5.6