Libosmium  2.1.0
Fast and flexible C++ library for working with OpenStreetMap data
Classes | Namespaces | Functions
timestamp.hpp File Reference
#include <cstdint>
#include <ctime>
#include <iosfwd>
#include <limits>
#include <stdexcept>
#include <string>
#include <time.h>
#include <osmium/util/compatibility.hpp>
Include dependency graph for timestamp.hpp:
This graph shows which files directly or indirectly include this file:

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)