takane
Validators for ArtifactDB file formats
Loading...
Searching...
No Matches
takane::CsvContents Struct Reference

Contents of the parsed CSV. More...

#include <utils_csv.hpp>

Public Attributes

std::vector< std::unique_ptr< comservatory::Field > > fields
 

Detailed Description

Contents of the parsed CSV.

Member Data Documentation

◆ fields

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.


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