GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
Loading...
Searching...
No Matches
forward.h
Go to the documentation of this file.
1
// Copyright (c) 2024 Clarisma / GeoDesk contributors
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#pragma once
5
6
namespace
geodesk
{
7
8
// \cond
9
10
class
FeaturePtr;
11
12
template
<
typename
T>
13
class
FeatureBase;
14
using
Feature = FeatureBase<FeaturePtr>;
15
16
// \endcond
17
18
}
// namespace geodesk
geodesk
Definition
Features.h:12
include
geodesk
feature
forward.h
Generated by
1.12.0