MapLibre Native Core
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