![]() |
0.4.1
|
CSV Data container. More...
Public Types | |
using | CsvElement |
CSV Elements (number or if not convertible to number as std::string) | |
using | CsvLine |
CSV Line with splitted entries. | |
Static Public Member Functions | |
static std::string | type () |
Returns the type of the data class. | |
Data Fields | |
std::vector< std::string > | description |
Data description. | |
std::vector< CsvLine > | lines |
Data container. | |
CSV Data container.
Definition at line 23 of file CsvData.hpp.
using NAV::CsvData::CsvElement |
CSV Elements (number or if not convertible to number as std::string)
Definition at line 31 of file CsvData.hpp.
using NAV::CsvData::CsvLine |
CSV Line with splitted entries.
Definition at line 34 of file CsvData.hpp.
|
inlinestaticnodiscard |
std::vector<std::string> NAV::CsvData::description |
Data description.
Definition at line 37 of file CsvData.hpp.
std::vector<CsvLine> NAV::CsvData::lines |
Data container.
Definition at line 39 of file CsvData.hpp.