Vince's CSV Parser
Loading...
Searching...
No Matches
internal Directory Reference

Files

 basic_csv_parser.cpp
 
 basic_csv_parser.hpp
 Contains the main CSV parsing algorithm and various utility functions.
 
 col_names.cpp
 
 col_names.hpp
 
 common.hpp
 A standalone header file containing shared code.
 
 csv_format.cpp
 Defines an object used to store CSV format settings.
 
 csv_format.hpp
 Defines an object used to store CSV format settings.
 
 csv_reader.cpp
 Defines functionality needed for basic CSV parsing.
 
 csv_reader.hpp
 Defines functionality needed for basic CSV parsing.
 
 csv_reader_iterator.cpp
 Defines an input iterator for csv::CSVReader.
 
 csv_row.cpp
 Defines the data type used for storing information about a CSV row.
 
 csv_row.hpp
 Defines the data type used for storing information about a CSV row.
 
 csv_row_json.cpp
 Implements JSON serialization abilities.
 
 csv_stat.cpp
 Calculates statistics from CSV files.
 
 csv_stat.hpp
 Calculates statistics from CSV files.
 
 csv_utility.cpp
 
 csv_utility.hpp
 
 csv_writer.hpp
 A standalone header file for writing delimiter-separated files.
 
 data_frame.hpp
 
 data_type.hpp
 Implements data type parsing functionality.
 
 parse_hex.hpp
 Implements Functions related to hexadecimal parsing.
 
 raw_csv_data.cpp
 Implementation of internal CSV data structures.
 
 raw_csv_data.hpp
 Internal data structures for CSV parsing.
 
 thread_safe_deque.hpp
 Thread-safe deque for producer-consumer patterns.