NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <tz.h>
Public Member Functions | |
DATE_API | leap_second (const std::string &s, detail::undocumented) |
sys_seconds | date () const |
Private Attributes | |
sys_seconds | date_ |
Friends | |
bool | operator== (const leap_second &x, const leap_second &y) |
bool | operator< (const leap_second &x, const leap_second &y) |
template<class Duration > | |
bool | operator== (const leap_second &x, const sys_time< Duration > &y) |
template<class Duration > | |
bool | operator< (const leap_second &x, const sys_time< Duration > &y) |
template<class Duration > | |
bool | operator< (const sys_time< Duration > &x, const leap_second &y) |
DATE_API std::ostream & | operator<< (std::ostream &os, const leap_second &x) |
|
explicit |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
Definition at line 992 of file tz.h.
Referenced by date(), and leap_second().