mapnik::value Class Reference

#include <value.hpp>

List of all members.

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 &)


Constructor & Destructor Documentation

mapnik::value::value (  )  [inline]

template<typename T >
mapnik::value::value ( _val_  )  [inline]


Member Function Documentation

value_base const& mapnik::value::base (  )  const [inline]

bool mapnik::value::operator!= ( value const &  other  )  const [inline]

References base_.

bool mapnik::value::operator< ( value const &  other  )  const [inline]

References base_.

bool mapnik::value::operator<= ( value const &  other  )  const [inline]

References base_.

bool mapnik::value::operator== ( value const &  other  )  const [inline]

References base_.

bool mapnik::value::operator> ( value const &  other  )  const [inline]

References base_.

bool mapnik::value::operator>= ( value const &  other  )  const [inline]

References base_.

bool mapnik::value::to_bool (  )  const [inline]

std::string mapnik::value::to_expression_string (  )  const [inline]

std::string mapnik::value::to_string (  )  const [inline]

UnicodeString mapnik::value::to_unicode (  )  const [inline]


Friends And Related Function Documentation

const value operator* ( value const &  p1,
value const &  p2 
) [friend]

const value operator+ ( value const &  p1,
value const &  p2 
) [friend]

const value operator- ( value const &  p1,
value const &  p2 
) [friend]

const value operator/ ( value const &  p1,
value const &  p2 
) [friend]


The documentation for this class was generated from the following file:

Generated for Mapnik by doxygen 1.5.7.1