Libosmium  2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
Classes | Namespaces | Functions
timestamp.hpp File Reference
#include <osmium/util/minmax.hpp>
#include <array>
#include <cassert>
#include <cstdint>
#include <ctime>
#include <iosfwd>
#include <limits>
#include <stdexcept>
#include <string>
#include <type_traits>
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

namespace  osmium
 Namespace for everything in the Osmium library.
 

Functions

constexpr Timestamp osmium::start_of_time () noexcept
 
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)
 
bool osmium::operator== (const Timestamp &lhs, const Timestamp &rhs) noexcept
 
bool osmium::operator!= (const Timestamp &lhs, const Timestamp &rhs) noexcept
 
bool osmium::operator< (const Timestamp &lhs, const Timestamp &rhs) noexcept
 
bool osmium::operator> (const Timestamp &lhs, const Timestamp &rhs) noexcept
 
bool osmium::operator<= (const Timestamp &lhs, const Timestamp &rhs) noexcept
 
bool osmium::operator>= (const Timestamp &lhs, const Timestamp &rhs) noexcept
 
template<>
osmium::Timestamp osmium::min_op_start_value< osmium::Timestamp > ()
 
template<>
osmium::Timestamp osmium::max_op_start_value< osmium::Timestamp > ()