Vince's CSV Parser
Loading...
Searching...
No Matches
csv::internals::CSVFieldScalar Struct Reference

Cached scalar classification and parsed value for one CSV field. More...

#include <data_type.hpp>

Public Attributes

DataType type = DataType::UNKNOWN
 
std::int64_t integer = 0
 
long double floating = 0
 
std::uint64_t timestamp = 0
 
bool boolean = false
 

Detailed Description

Cached scalar classification and parsed value for one CSV field.

Definition at line 35 of file data_type.hpp.

Member Data Documentation

◆ boolean

bool csv::internals::CSVFieldScalar::boolean = false

Definition at line 40 of file data_type.hpp.

◆ floating

long double csv::internals::CSVFieldScalar::floating = 0

Definition at line 38 of file data_type.hpp.

◆ integer

std::int64_t csv::internals::CSVFieldScalar::integer = 0

Definition at line 37 of file data_type.hpp.

◆ timestamp

std::uint64_t csv::internals::CSVFieldScalar::timestamp = 0

Definition at line 39 of file data_type.hpp.

◆ type

DataType csv::internals::CSVFieldScalar::type = DataType::UNKNOWN

Definition at line 36 of file data_type.hpp.


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