|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
#include <fcb/generated/header_generated.h>#include <fcb/header.hpp>#include <algorithm>#include <cstring>#include <string>#include "detail/checked.hpp"#include "detail/header_access.hpp"Go to the source code of this file.
Namespaces | |
| namespace | fcb |
Functions | |
| HeaderView | fcb::read_header (std::shared_ptr< RangeReader > reader) |
| Read and validate the file preamble and header. | |
Variables | |
| static constexpr std::size_t | fcb::kBodyAlignPad = 0 |
| No padding needed. | |