0.2.0
Loading...
Searching...
No Matches
NAV::CsvData Class Reference

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.
 

Public Attributes

std::vector< std::string > description
 Data description.
 
std::vector< CsvLinelines
 Data container.
 

Detailed Description

CSV Data container.

Member Function Documentation

◆ type()

static std::string NAV::CsvData::type ( )
inlinestatic

Returns the type of the data class.

Returns
The data type

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