#include <boost/variant.hpp>
#include <boost/optional.hpp>
#include <boost/none.hpp>
#include <boost/lexical_cast.hpp>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
struct | mapnik::value_extractor_visitor< T > |
class | mapnik::parameters |
struct | mapnik::parameters::converter< T > |
Namespaces | |
namespace | mapnik |
Typedefs | |
typedef boost::variant< int, double, std::string > | mapnik::value_holder |
typedef std::pair< const std::string, value_holder > | mapnik::parameter |
typedef std::map< const std::string, value_holder > | mapnik::param_map |