FlatCityBuf C++ reader
0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
header_access.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
fcb/header.hpp
>
4
5
struct
Header;
6
7
namespace
fcb
{
8
namespace
detail {
9
15
struct
HeaderAccess
{
16
static
const ::Header*
get
(
const
HeaderView
& h);
17
};
18
19
}
// namespace detail
20
}
// namespace fcb
fcb::HeaderView
A parsed header that OWNS its backing bytes.
Definition
header.hpp:108
header.hpp
fcb
Definition
attribute.hpp:15
fcb::detail::HeaderAccess
Internal gateway to HeaderView's generated FlatBuffers pointer.
Definition
header_access.hpp:15
fcb::detail::HeaderAccess::get
static const ::Header * get(const HeaderView &h)
Definition
header.cpp:30
src
detail
header_access.hpp
Generated by
1.9.8