|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
Internal gateway to HeaderView's generated FlatBuffers pointer. More...
#include </home/runner/work/flatcitybuf/flatcitybuf/src/cpp/src/detail/header_access.hpp>
Static Public Member Functions | |
| static const ::Header * | get (const HeaderView &h) |
Internal gateway to HeaderView's generated FlatBuffers pointer.
C++ cannot bolt a private member onto an already-defined class from another header, so the public class declares raw() private and friends this struct. Decoders use HeaderAccess::get(); consumers cannot.
Definition at line 15 of file header_access.hpp.
|
static |
Definition at line 30 of file header.cpp.
Referenced by fcb::to_cityjson_metadata().