Osmium
0.1
|
#include <osmfile.hpp>
Public Member Functions | |
SystemError (const std::string &whatarg, int e) | |
int | system_errno () const throw () |
Private Attributes | |
int | m_errno |
Low-level system call error. This should normally not happen unless your system is out of resources like number of processes or filehandles.
Osmium::OSMFile::SystemError::SystemError | ( | const std::string & | whatarg, |
int | e | ||
) | [inline] |
int Osmium::OSMFile::SystemError::system_errno | ( | ) | const throw () [inline] |
Get the system errno variable from the system call that caused this exception.
int Osmium::OSMFile::SystemError::m_errno [private] |