csv_parser

Defined in header: <orcus/csv_parser.hpp>

template<typename HandlerT>
class csv_parser : public orcus::csv::parser_base

Parser for CSV documents.

Template Parameters:

HandlerT – Hanlder type with member functions for event callbacks. Refer to csv_handler.

Public Types

typedef HandlerT handler_type

Public Functions

csv_parser(std::string_view content, handler_type &hdl, const csv::parser_config &config)
void parse()