Orcus
Public Member Functions | List of all members
csv_parser_handler Class Reference

#include <csv.hpp>

Public Member Functions

void begin_parse ()
 
void end_parse ()
 
void begin_row ()
 
void end_row ()
 
void cell (const char *, size_t)
 

Detailed Description

Skeleton handler for csv_parser. Feel free to copy this as a starting point for your own CSV handler.