Libosmium  2.9.0
Fast and flexible C++ library for working with OpenStreetMap data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
osmium::out_of_order_error Struct Reference

#include <check_order.hpp>

Inheritance diagram for osmium::out_of_order_error:
Inheritance graph
[legend]
Collaboration diagram for osmium::out_of_order_error:
Collaboration graph
[legend]

Public Member Functions

 out_of_order_error (const std::string &what)
 
 out_of_order_error (const char *what)
 

Detailed Description

Exception thrown when a method in the CheckOrder class detects that the input is out of order.

Constructor & Destructor Documentation

osmium::out_of_order_error::out_of_order_error ( const std::string &  what)
inlineexplicit
osmium::out_of_order_error::out_of_order_error ( const char *  what)
inlineexplicit

The documentation for this struct was generated from the following file: