Libosmium
2.5.4
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <assembler.hpp>
Public Member Functions | |
AssemblerConfig (osmium::area::ProblemReporter *pr=nullptr, bool d=false) | |
void | enable_debug_output (bool d=true) |
Public Attributes | |
osmium::area::ProblemReporter * | problem_reporter |
bool | debug |
|
inlineexplicit |
|
inline |
Enable or disable debug output to stderr. This is for Osmium developers only.
bool osmium::area::AssemblerConfig::debug |
osmium::area::ProblemReporter* osmium::area::AssemblerConfig::problem_reporter |