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
conversion.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
mbgl
{
6
namespace
style {
7
namespace
conversion {
8
9
// This is a forward-declaration only header intended to minimize dependencies and to improve
10
// compilation speed. In order to specialize implementations and get access to the actual
11
// implementation, include <mbgl/style/conversion_impl.hpp>.
12
13
struct
Error
{
std::string
message
; };
14
15
template
<
typename
T>
16
class
ConversionTraits
;
17
18
class
Convertible
;
19
20
template
<
typename
T,
typename
Enable =
void
>
21
struct
Converter
;
22
23
template
<
typename
T,
typename
Enable =
void
>
24
struct
ValueFactory
;
25
26
}
// namespace conversion
27
}
// namespace style
28
}
// namespace mbgl
29
mbgl::style::conversion::ConversionTraits
Definition:
conversion.hpp:16
mbgl::style::conversion::Convertible
Definition:
conversion_impl.hpp:96
mbgl::style::expression::dsl::string
std::unique_ptr< Expression > string(std::unique_ptr< Expression >, std::unique_ptr< Expression > def=nullptr)
mbgl
Definition:
actor.hpp:15
mbgl::style::conversion::Converter
Definition:
conversion.hpp:21
mbgl::style::conversion::Error
Definition:
conversion.hpp:13
mbgl::style::conversion::Error::message
std::string message
Definition:
conversion.hpp:13
mbgl::style::conversion::ValueFactory
Definition:
conversion.hpp:24
include
mbgl
style
conversion.hpp
MapLibre website
|
GitHub repository