#include <math_expr.hpp>
Public Member Functions | |
math_expr_b (expression< FeatureT > const &left, expression< FeatureT > const &right) | |
math_expr_b (math_expr_b const &other) | |
value | get_value (FeatureT const &feature) const |
void | accept (filter_visitor< FeatureT > &v) |
expression< FeatureT > * | clone () const |
std::string | to_string () const |
~math_expr_b () |
mapnik::math_expr_b< FeatureT, Op >::math_expr_b | ( | expression< FeatureT > const & | left, | |
expression< FeatureT > const & | right | |||
) | [inline] |
mapnik::math_expr_b< FeatureT, Op >::math_expr_b | ( | math_expr_b< FeatureT, Op > const & | other | ) | [inline] |
mapnik::math_expr_b< FeatureT, Op >::~math_expr_b | ( | ) | [inline] |
void mapnik::math_expr_b< FeatureT, Op >::accept | ( | filter_visitor< FeatureT > & | v | ) | [inline, virtual] |
Implements mapnik::expression< FeatureT >.
References mapnik::expression< FeatureT >::accept(), and mapnik::filter_visitor< FeatureT >::visit().
expression<FeatureT>* mapnik::math_expr_b< FeatureT, Op >::clone | ( | ) | const [inline, virtual] |
Implements mapnik::expression< FeatureT >.
value mapnik::math_expr_b< FeatureT, Op >::get_value | ( | FeatureT const & | feature | ) | const [inline, virtual] |
std::string mapnik::math_expr_b< FeatureT, Op >::to_string | ( | ) | const [inline, virtual] |