NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
date::leap_second Class Reference

#include <tz.h>

Collaboration diagram for date::leap_second:

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)
 

Detailed Description

Definition at line 989 of file tz.h.

Constructor & Destructor Documentation

◆ leap_second()

date::leap_second::leap_second ( const std::string &  s,
detail::undocumented   
)
explicit

Definition at line 2822 of file tz.cpp.

References date(), and date_.

Here is the call graph for this function:

Member Function Documentation

◆ date()

sys_seconds date::leap_second::date ( ) const
inline

Definition at line 1001 of file tz.h.

References date_.

Referenced by leap_second().

Friends And Related Function Documentation

◆ operator< [1/3]

bool operator< ( const leap_second x,
const leap_second y 
)
friend

Definition at line 1004 of file tz.h.

◆ operator< [2/3]

template<class Duration >
bool operator< ( const leap_second x,
const sys_time< Duration > &  y 
)
friend

Definition at line 1016 of file tz.h.

◆ operator< [3/3]

template<class Duration >
bool operator< ( const sys_time< Duration > &  x,
const leap_second y 
)
friend

Definition at line 1024 of file tz.h.

◆ operator<<

DATE_API std::ostream & operator<< ( std::ostream &  os,
const leap_second x 
)
friend

Definition at line 2625 of file tz.cpp.

◆ operator== [1/2]

bool operator== ( const leap_second x,
const leap_second y 
)
friend

Definition at line 1003 of file tz.h.

◆ operator== [2/2]

template<class Duration >
bool operator== ( const leap_second x,
const sys_time< Duration > &  y 
)
friend

Definition at line 1009 of file tz.h.

Member Data Documentation

◆ date_

sys_seconds date::leap_second::date_
private

Definition at line 992 of file tz.h.

Referenced by date(), and leap_second().


The documentation for this class was generated from the following files: