#include <boost/operators.hpp>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | mapnik |
Classes | |
struct | mapnik::coord< T, dim > |
struct | mapnik::coord< T, 2 > |
struct | mapnik::coord< T, 3 > |
Typedefs | |
typedef coord< double, 2 > | mapnik::coord2d |
typedef coord< int, 2 > | mapnik::coord2i |
Functions | |
template<typename charT, typename traits, typename T, int dim> | |
std::basic_ostream< charT, traits > & | mapnik::operator<< (std::basic_ostream< charT, traits > &out, const coord< T, dim > &c) |
template<typename charT, typename traits, typename T> | |
std::basic_ostream< charT, traits > & | mapnik::operator<< (std::basic_ostream< charT, traits > &out, const coord< T, 2 > &c) |
template<typename charT, typename traits, typename T> | |
std::basic_ostream< charT, traits > & | mapnik::operator<< (std::basic_ostream< charT, traits > &out, const coord< T, 3 > &c) |