MapLibre Native Core
|
#include <mbgl/style/expression/expression.hpp>
#include <mbgl/style/expression/parsing_context.hpp>
#include <mbgl/style/expression/type.hpp>
#include <mbgl/style/expression/value.hpp>
#include <mbgl/style/conversion.hpp>
#include <memory>
#include <vector>
#include <optional>
Go to the source code of this file.
Classes | |
class | mbgl::style::expression::CompoundExpression |
Namespaces | |
mbgl | |
mbgl::style | |
mbgl::style::expression | |
mbgl::style::expression::detail | |
Functions | |
ParseResult | mbgl::style::expression::parseCompoundExpression (const std::string &name, const mbgl::style::conversion::Convertible &value, ParsingContext &ctx) |
ParseResult | mbgl::style::expression::createCompoundExpression (const std::string &name, std::vector< std::unique_ptr< Expression >> args, ParsingContext &ctx) |