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
5struct CityFeature;
6
7namespace fcb {
8namespace detail {
9
13 static const ::CityFeature* get(const Feature& f);
14};
15
16} // namespace detail
17} // namespace fcb
One decoded feature that OWNS the bytes it points into.
Definition feature.hpp:33
Internal gateway to Feature's generated FlatBuffers pointer.
static const ::CityFeature * get(const Feature &f)
Definition reader.cpp:32