Osmium  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
Osmium::OSM::Meta Class Reference

#include <meta.hpp>

Collaboration diagram for Osmium::OSM::Meta:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Meta ()
 Meta (const Bounds &bounds)
Boundsbounds ()
const Boundsbounds () const
bool has_multiple_object_versions () const
Metahas_multiple_object_versions (bool h)

Private Attributes

Bounds m_bounds
bool m_has_multiple_object_versions

Detailed Description

Meta information from the header of an OSM file.


Constructor & Destructor Documentation

Osmium::OSM::Meta::Meta ( const Bounds bounds) [inline]

Member Function Documentation

const Bounds& Osmium::OSM::Meta::bounds ( ) const [inline]

Member Data Documentation

Are there possibly multiple versions of the same object in this stream of objects? This is true for history files and for change files, but not for normal OSM files.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines