|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
#include <fcb/error.hpp>#include <fcb/writer/btree_builder.hpp>#include <fcb/writer/fcb_writer.hpp>#include <fcb/writer/feature_serializer.hpp>#include <algorithm>#include <limits>#include <sstream>#include <sys/types.h>Go to the source code of this file.
Namespaces | |
| namespace | fcb |
Macros | |
| #define | FCB_FSEEK fseeko |
Typedefs | |
| using | fcb_off_t = off_t |
| #define FCB_FSEEK fseeko |
Definition at line 15 of file fcb_writer.cpp.
| using fcb_off_t = off_t |
Definition at line 16 of file fcb_writer.cpp.