NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <ptz.h>
Public Member Functions | |
rule () | |
bool | ok () const |
date::local_seconds | operator() (date::year y) const |
std::string | to_string () const |
Private Types | |
enum | { off , J , M , N } |
Private Attributes | |
date::month | m_ |
date::weekday | wd_ |
unsigned short | n_: 14 |
unsigned short | mode_: 2 |
std::chrono::duration< std::int32_t > | time_ = std::chrono::hours{2} |
Friends | |
std::ostream & | operator<< (std::ostream &os, const rule &r) |
unsigned | read_date (const string_t &s, unsigned i, rule &r) |
bool | operator== (const rule &x, const rule &y) |
|
inline |
Definition at line 92 of file ptz.h.
Referenced by Posix::time_zone::get_info(), and Posix::time_zone::name().
|
inline |
|
inline |
|
friend |
|
private |
Definition at line 83 of file ptz.h.
Referenced by operator()(), and to_string().
|
private |
Definition at line 86 of file ptz.h.
Referenced by ok(), operator()(), and to_string().
|
private |
Definition at line 85 of file ptz.h.
Referenced by operator()(), and to_string().
|
private |
Definition at line 87 of file ptz.h.
Referenced by operator()(), and to_string().
|
private |
Definition at line 84 of file ptz.h.
Referenced by operator()(), and to_string().