#include <value.hpp>
Public Member Functions | |
value () | |
template<typename T> | |
value (T _val_) | |
bool | operator== (value const &other) const |
bool | operator!= (value const &other) const |
bool | operator> (value const &other) const |
bool | operator>= (value const &other) const |
bool | operator< (value const &other) const |
bool | operator<= (value const &other) const |
value_base const & | base () const |
bool | to_bool () const |
std::string | to_expression_string () const |
std::string | to_string () const |
UnicodeString | to_unicode () const |
Friends | |
const value | operator+ (value const &, value const &) |
const value | operator- (value const &, value const &) |
const value | operator* (value const &, value const &) |
const value | operator/ (value const &, value const &) |
mapnik::value::value | ( | ) | [inline] |
mapnik::value::value | ( | T | _val_ | ) | [inline] |
value_base const& mapnik::value::base | ( | ) | const [inline] |
bool mapnik::value::to_bool | ( | ) | const [inline] |
std::string mapnik::value::to_expression_string | ( | ) | const [inline] |
Referenced by mapnik::literal< FeatureT >::to_string().
std::string mapnik::value::to_string | ( | ) | const [inline] |
UnicodeString mapnik::value::to_unicode | ( | ) | const [inline] |