FlatCityBuf C++ reader
0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
feature_access.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
fcb/feature.hpp
>
4
5
struct
CityFeature;
6
7
namespace
fcb
{
8
namespace
detail {
9
12
struct
FeatureAccess
{
13
static
const ::CityFeature*
get
(
const
Feature
& f);
14
};
15
16
}
// namespace detail
17
}
// namespace fcb
fcb::Feature
One decoded feature that OWNS the bytes it points into.
Definition
feature.hpp:33
feature.hpp
fcb
Definition
attribute.hpp:15
fcb::detail::FeatureAccess
Internal gateway to Feature's generated FlatBuffers pointer.
Definition
feature_access.hpp:12
fcb::detail::FeatureAccess::get
static const ::CityFeature * get(const Feature &f)
Definition
reader.cpp:32
src
detail
feature_access.hpp
Generated by
1.9.8