MapLibre Native Core
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
Typedefs
a
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerations
a
b
c
e
f
h
i
k
l
m
n
o
r
s
t
v
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Functions
a
b
e
i
m
o
s
t
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
find_zoom_curve.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
mbgl/style/expression/parsing_context.hpp
>
4
#include <
mbgl/style/expression/interpolate.hpp
>
5
#include <
mbgl/style/expression/step.hpp
>
6
7
#include <
mbgl/util/variant.hpp
>
8
9
#include <optional>
10
11
namespace
mbgl
{
12
namespace
style {
13
namespace
expression {
14
15
std::optional<variant<const Interpolate*, const Step*, ParsingError>>
findZoomCurve
(
const
expression::Expression
* e);
16
17
variant<std::nullptr_t, const Interpolate*, const Step*>
findZoomCurveChecked
(
const
expression::Expression
* e);
18
19
}
// namespace expression
20
}
// namespace style
21
}
// namespace mbgl
mbgl::style::expression::Expression
Definition:
expression.hpp:179
mbgl::style::expression::findZoomCurve
std::optional< variant< const Interpolate *, const Step *, ParsingError > > findZoomCurve(const expression::Expression *e)
mbgl::style::expression::findZoomCurveChecked
variant< std::nullptr_t, const Interpolate *, const Step * > findZoomCurveChecked(const expression::Expression *e)
mbgl
Definition:
actor.hpp:15
mbgl::variant
mapbox::util::variant< T... > variant
Definition:
variant.hpp:17
parsing_context.hpp
step.hpp
interpolate.hpp
variant.hpp
include
mbgl
style
expression
find_zoom_curve.hpp
MapLibre website
|
GitHub repository