Libosmium
2.1.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <cstdint>
#include <ctime>
#include <iosfwd>
#include <limits>
#include <stdexcept>
#include <string>
#include <time.h>
#include <osmium/util/compatibility.hpp>
Go to the source code of this file.
Classes | |
class | osmium::Timestamp |
Namespaces | |
osmium | |
Namespace for everything in the Osmium library. | |
Functions | |
OSMIUM_CONSTEXPR Timestamp | osmium::start_of_time () noexcept |
OSMIUM_CONSTEXPR Timestamp | osmium::end_of_time () noexcept |
template<typename TChar , typename TTraits > | |
std::basic_ostream< TChar, TTraits > & | osmium::operator<< (std::basic_ostream< TChar, TTraits > &out, Timestamp timestamp) |