NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Classes | |
class | rule |
Typedefs | |
using | string_t = std::string |
Functions | |
void | throw_invalid (const string_t &s, unsigned i, const string_t &message) |
unsigned | read_date (const string_t &s, unsigned i, rule &r) |
unsigned | read_name (const string_t &s, unsigned i, std::string &name) |
unsigned | read_signed_time (const string_t &s, unsigned i, std::chrono::seconds &t) |
unsigned | read_unsigned_time (const string_t &s, unsigned i, std::chrono::seconds &t) |
unsigned | read_unsigned (const string_t &s, unsigned i, unsigned limit, unsigned &u, const string_t &message=string_t{}) |
bool | operator== (const rule &x, const rule &y) |
bool | operator!= (const rule &x, const rule &y) |
std::ostream & | operator<< (std::ostream &os, const rule &r) |
using Posix::detail::string_t = typedef std::string |
|
inline |
Definition at line 670 of file ptz.h.
Referenced by Posix::time_zone::time_zone().
|
inline |
Definition at line 725 of file ptz.h.
References name, and throw_invalid().
Referenced by Posix::time_zone::time_zone().
|
inline |
Definition at line 759 of file ptz.h.
References read_unsigned_time(), and throw_invalid().
Referenced by Posix::time_zone::time_zone().
|
inline |
Definition at line 807 of file ptz.h.
References throw_invalid().
Referenced by read_unsigned_time().
|
inline |
Definition at line 780 of file ptz.h.
References read_unsigned(), and throw_invalid().
Referenced by read_signed_time().
|
inline |
Definition at line 657 of file ptz.h.
Referenced by read_name(), read_signed_time(), read_unsigned(), read_unsigned_time(), and Posix::time_zone::time_zone().