Osmium  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Osmium::Input::StopReading Class Reference

#include <input.hpp>


Detailed Description

Handlers can throw this exception to show that they are done. When a handler, for instance, is only interested in nodes, it can throw this in the after_nodes() method. The parser will stop reading the input file after this.

Note that when you write a handler that calls other handlers that can throw this, you might have to catch this exception in your handler.


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