FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
fcb::detail::HeaderAccess Struct Reference

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)
 

Detailed Description

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.

Member Function Documentation

◆ get()

const ::Header * fcb::detail::HeaderAccess::get ( const HeaderView h)
static

Definition at line 30 of file header.cpp.

Referenced by fcb::to_cityjson_metadata().


The documentation for this struct was generated from the following files: