#include <string>
#include <vector>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | mapnik |
Classes | |
class | mapnik::attribute_descriptor |
class | mapnik::layer_descriptor |
Enumerations | |
enum | mapnik::eAttributeType { mapnik::Integer = 1, mapnik::Float = 2, mapnik::Double = 3, mapnik::String = 4, mapnik::Geometry = 5, mapnik::Object = 6 } |
Functions | |
template<typename charT, typename traits> | |
std::basic_ostream< charT, traits > & | mapnik::operator<< (std::basic_ostream< charT, traits > &out, attribute_descriptor const &ad) |
template<typename charT, typename traits> | |
std::basic_ostream< charT, traits > & | mapnik::operator<< (std::basic_ostream< charT, traits > &out, layer_descriptor const &ld) |