Public Member Functions | |
| void | begin_parse () |
| void | end_parse () |
| void | begin_row () |
| void | end_row () |
| void | cell (const char *p, size_t n) |
|
inline |
Called when the parser starts parsing a stream.
|
inline |
Called at the beginning of every row.
|
inline |
Called after every cell is parsed.
| p | pointer to the first character of a cell content. |
| n | number of characters the cell content consists of. |
|
inline |
Called when the parser finishes parsing a stream.
|
inline |
Called at the end of every row.
1.8.5