|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
#include <fcb/error.hpp>#include <cstdint>#include <fstream>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | fcb::RangeRequest |
One range in a batched read. data is filled in place by read_batch(). More... | |
| class | fcb::RangeReader |
| Synchronous byte-range source. More... | |
| class | fcb::FileRangeReader |
| Local-file adapter. More... | |
| class | fcb::BufferedRangeReader |
Caching decorator: over-fetches to min_req_size and serves subsequent reads inside the cached window without touching the inner reader. More... | |
Namespaces | |
| namespace | fcb |