Osmium  0.1
include/osmium/osm.hpp
Go to the documentation of this file.
00001 #ifndef OSMIUM_OSM_HPP
00002 #define OSMIUM_OSM_HPP
00003 
00004 /*
00005 
00006 Copyright 2011 Jochen Topf <jochen@topf.org> and others (see README).
00007 
00008 This file is part of Osmium (https://github.com/joto/osmium).
00009 
00010 Osmium is free software: you can redistribute it and/or modify it under the
00011 terms of the GNU Lesser General Public License or (at your option) the GNU
00012 General Public License as published by the Free Software Foundation, either
00013 version 3 of the Licenses, or (at your option) any later version.
00014 
00015 Osmium is distributed in the hope that it will be useful, but WITHOUT ANY
00016 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
00017 PARTICULAR PURPOSE. See the GNU Lesser General Public License and the GNU
00018 General Public License for more details.
00019 
00020 You should have received a copy of the Licenses along with Osmium. If not, see
00021 <http://www.gnu.org/licenses/>.
00022 
00023 */
00024 
00025 namespace Osmium {
00026 
00030     namespace OSM {
00031     } // namespace OSM
00032 
00033 } // namespace Osmium
00034 
00035 #include <osmium/osm/types.hpp>
00036 #include <osmium/osm/tag.hpp>
00037 #include <osmium/osm/tag_list.hpp>
00038 #include <osmium/osm/object.hpp>
00039 #include <osmium/osm/node.hpp>
00040 #include <osmium/osm/way.hpp>
00041 #include <osmium/osm/relation_member.hpp>
00042 #include <osmium/osm/relation_member_list.hpp>
00043 #include <osmium/osm/relation.hpp>
00044 #include <osmium/osm/area.hpp>
00045 
00046 #endif // OSMIUM_OSM_HPP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines