|
MapLibre Native Core
|
This is the complete list of members for mbgl::style::expression::CollatorComparison, including all inherited members.
| childEqual(const std::unique_ptr< Expression > &lhs, const std::unique_ptr< Expression > &rhs) | mbgl::style::expression::Expression | inlineprotectedstatic |
| childEqual(const std::pair< T, std::unique_ptr< Expression >> &lhs, const std::pair< T, std::unique_ptr< Expression >> &rhs) | mbgl::style::expression::Expression | inlineprotectedstatic |
| childEqual(const std::pair< T, std::shared_ptr< Expression >> &lhs, const std::pair< T, std::shared_ptr< Expression >> &rhs) | mbgl::style::expression::Expression | inlineprotectedstatic |
| childEqual(const std::pair< std::unique_ptr< Expression >, std::unique_ptr< Expression >> &lhs, const std::pair< std::unique_ptr< Expression >, std::unique_ptr< Expression >> &rhs) | mbgl::style::expression::Expression | inlineprotectedstatic |
| childrenEqual(const T &lhs, const T &rhs) | mbgl::style::expression::Expression | inlineprotectedstatic |
| CollatorComparison(std::string op, std::unique_ptr< Expression > lhs, std::unique_ptr< Expression > rhs, std::unique_ptr< Expression > collator) | mbgl::style::expression::CollatorComparison | |
| CompareFunctionType typedef | mbgl::style::expression::CollatorComparison | |
| eachChild(const std::function< void(const Expression &)> &visit) const override | mbgl::style::expression::CollatorComparison | virtual |
| evaluate(const EvaluationContext &) const override | mbgl::style::expression::CollatorComparison | virtual |
| mbgl::style::expression::Expression::evaluate(std::optional< float > zoom, const Feature &feature, std::optional< double > colorRampParameter) const | mbgl::style::expression::Expression | |
| mbgl::style::expression::Expression::evaluate(std::optional< float > zoom, const Feature &feature, std::optional< double > colorRampParameter, const std::set< std::string > &availableImages) const | mbgl::style::expression::Expression | |
| mbgl::style::expression::Expression::evaluate(std::optional< float > zoom, const Feature &feature, std::optional< double > colorRampParameter, const std::set< std::string > &availableImages, const CanonicalTileID &canonical) const | mbgl::style::expression::Expression | |
| mbgl::style::expression::Expression::evaluate(std::optional< mbgl::Value > accumulated, const Feature &feature) const | mbgl::style::expression::Expression | |
| Expression(Kind kind_, type::Type type_) | mbgl::style::expression::Expression | inline |
| getKind() const | mbgl::style::expression::Expression | inline |
| getOperator() const override | mbgl::style::expression::CollatorComparison | virtual |
| getType() const | mbgl::style::expression::Expression | inline |
| operator!=(const Expression &rhs) const | mbgl::style::expression::Expression | inline |
| operator==(const Expression &) const override | mbgl::style::expression::CollatorComparison | virtual |
| possibleOutputs() const override | mbgl::style::expression::CollatorComparison | virtual |
| serialize() const | mbgl::style::expression::Expression | inlinevirtual |
| ~Expression()=default | mbgl::style::expression::Expression | virtual |