Vince's CSV Parser
csv::CSVFileInfo Struct Reference

Returned by get_file_info() More...

#include <csv_utility.hpp>

Public Attributes

std::string filename
 Filename.
 
std::vector< std::string > col_names
 CSV column names.
 
char delim
 Delimiting character.
 
size_t n_rows
 Number of rows in a file.
 
size_t n_cols
 Number of columns in a CSV.
 

Detailed Description

Returned by get_file_info()

Definition at line 13 of file csv_utility.hpp.


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