|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
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 |
One attribute column's schema, copied out of the header.
Definition at line 27 of file header.hpp.
| 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().
| std::string fcb::ColumnInfo::name |
Definition at line 29 of file header.hpp.
Referenced by fcb::decode_attributes().
| bool fcb::ColumnInfo::nullable |
Definition at line 31 of file header.hpp.
| std::uint8_t fcb::ColumnInfo::type |
Definition at line 30 of file header.hpp.
Referenced by fcb::decode_attributes(), and fcb::FcbReader::select_attr().