|
Vince's CSV Parser
|
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. | |
Returned by get_file_info()
Definition at line 13 of file csv_utility.hpp.