Vince's CSV Parser
csv::internals::RawCSVData Struct Reference

A class for storing raw CSV data and associated metadata. More...

#include <csv_row.hpp>

Public Attributes

std::shared_ptr< void > _data = nullptr
 
csv::string_view data = ""
 
internals::CSVFieldList fields
 
std::unordered_set< size_t > has_double_quotes = {}
 
std::unordered_map< size_t, std::string > double_quote_fields = {}
 
internals::ColNamesPtr col_names = nullptr
 
internals::ParseFlagMap parse_flags
 
internals::WhitespaceMap ws_flags
 

Detailed Description

A class for storing raw CSV data and associated metadata.

Definition at line 119 of file csv_row.hpp.


The documentation for this struct was generated from the following file: