takane
Validators for ArtifactDB file formats
|
Contents of the parsed CSV. More...
#include <utils_csv.hpp>
Public Attributes | |
std::vector< std::unique_ptr< comservatory::Field > > | fields |
Contents of the parsed CSV.
std::vector<std::unique_ptr<comservatory::Field> > takane::CsvContents::fields |
Vector corresponding to the fields in the CSV, Each entry is either generated by one of the CsvFieldCreator
methods or is a comservatory::UnknownField
.