Orcus
|
#include <csv.hpp>
Public Member Functions | |
void | begin_parse () |
void | end_parse () |
void | begin_row () |
void | end_row () |
void | cell (const char *, size_t) |
Skeleton handler for csv_parser. Feel free to copy this as a starting point for your own CSV handler.