|
MapLibre Native Core
|
#include <mbgl/style/property_expression.hpp>#include <mbgl/style/conversion/constant.hpp>#include <mbgl/style/conversion.hpp>#include <mbgl/style/expression/expression.hpp>#include <mbgl/style/expression/value.hpp>#include <optional>Go to the source code of this file.
Namespaces | |
| mbgl | |
| mbgl::style | |
| mbgl::style::conversion | |
Functions | |
| bool | mbgl::style::conversion::hasTokens (const std::string &) |
| std::unique_ptr< expression::Expression > | mbgl::style::conversion::convertTokenStringToFormatExpression (const std::string &) |
| std::unique_ptr< expression::Expression > | mbgl::style::conversion::convertTokenStringToImageExpression (const std::string &) |
| std::unique_ptr< expression::Expression > | mbgl::style::conversion::convertTokenStringToExpression (const std::string &) |
| std::optional< std::unique_ptr< expression::Expression > > | mbgl::style::conversion::convertFunctionToExpression (expression::type::Type, const Convertible &, Error &, bool convertTokens) |
| template<class T > | |
| std::optional< PropertyExpression< T > > | mbgl::style::conversion::convertFunctionToExpression (const Convertible &value, Error &error, bool convertTokens) |