FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
fcb::ColumnInfo Struct Reference

One attribute column's schema, copied out of the header. More...

#include <fcb/header.hpp>

Public Attributes

std::uint16_t index
 
std::string name
 
std::uint8_t type
 
bool nullable
 

Detailed Description

One attribute column's schema, copied out of the header.

Definition at line 27 of file header.hpp.

Member Data Documentation

◆ index

std::uint16_t fcb::ColumnInfo::index

Definition at line 28 of file header.hpp.

Referenced by fcb::Feature::object_columns(), and fcb::FcbReader::select_attr().

◆ name

std::string fcb::ColumnInfo::name

Definition at line 29 of file header.hpp.

Referenced by fcb::decode_attributes().

◆ nullable

bool fcb::ColumnInfo::nullable

Definition at line 31 of file header.hpp.

◆ type

std::uint8_t fcb::ColumnInfo::type

Definition at line 30 of file header.hpp.

Referenced by fcb::decode_attributes(), and fcb::FcbReader::select_attr().


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