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

Files

 basic_csv_parser_simd.hpp
 SIMD-accelerated skip for runs of non-special CSV bytes.
 
 col_names.cpp
 
 col_names.hpp
 
 common.hpp
 A standalone header file containing shared code.
 
 csv_exceptions.hpp
 Shared exception message templates and throw helpers.
 
 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_utility.cpp
 
 csv_utility.hpp
 
 csv_writer.hpp
 A standalone header file for writing delimiter-separated files.
 
 data_frame.hpp
 
 data_type.hpp
 CSV scalar type classification adapter.
 
 json_converter.hpp
 Internal JSON serialization helpers for row-like CSV data.
 
 raw_csv_data.hpp
 Internal data structures for CSV parsing.
 
 row_deque.hpp
 Shared contracts for row deque implementations.
 
 row_queue_batch.hpp
 Shared helpers for batch-backed row queues.
 
 single_thread_deque.hpp
 Single-threaded row deque implementation.
 
 string_view_stream.hpp
 
 thread_safe_deque.hpp
 Thread-safe deque for producer-consumer patterns.