#include <string>
#include <vector>
#include <stdint.h>
#include <boost/property_tree/ptree.hpp>
#include "ObjectType.h"
Go to the source code of this file.
Data Structures | |
class | osm::Element |
Represents an element in OpenStreetMap data. More... | |
Namespaces | |
namespace | osmdb |
namespace | osm |
Typedefs | |
typedef std::pair< std::string, std::string > | osm::Tag |