#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 |
| std::string | to_expression_string () const |
| std::string | to_string () const |
| std::wstring | 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::operator!= | ( | value const & | other | ) | const [inline] |
| bool mapnik::value::operator< | ( | value const & | other | ) | const [inline] |
| bool mapnik::value::operator<= | ( | value const & | other | ) | const [inline] |
| bool mapnik::value::operator== | ( | value const & | other | ) | const [inline] |
| bool mapnik::value::operator> | ( | value const & | other | ) | const [inline] |
| bool mapnik::value::operator>= | ( | value const & | other | ) | const [inline] |
| std::string mapnik::value::to_expression_string | ( | ) | const [inline] |
| std::string mapnik::value::to_string | ( | ) | const [inline] |
| std::wstring mapnik::value::to_unicode | ( | ) | const [inline] |
1.4.7