FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
fcb_writer.cpp File Reference
#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
 

Macro Definition Documentation

◆ FCB_FSEEK

#define FCB_FSEEK   fseeko

Definition at line 15 of file fcb_writer.cpp.

Typedef Documentation

◆ fcb_off_t

using fcb_off_t = off_t

Definition at line 16 of file fcb_writer.cpp.