NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <tz.h>
Classes | |
class | const_iterator |
struct | undocumented_helper |
Public Member Functions | |
~tzdb_list () | |
tzdb_list ()=default | |
tzdb_list (tzdb_list &&x) NOEXCEPT | |
const tzdb & | front () const NOEXCEPT |
tzdb & | front () NOEXCEPT |
const_iterator | begin () const NOEXCEPT |
const_iterator | end () const NOEXCEPT |
const_iterator | cbegin () const NOEXCEPT |
const_iterator | cend () const NOEXCEPT |
const_iterator | erase_after (const_iterator p) NOEXCEPT |
Private Member Functions | |
void | push_front (tzdb *tzdb) NOEXCEPT |
Private Attributes | |
std::atomic< tzdb * > | head_ {nullptr} |
date::tzdb_list::~tzdb_list | ( | ) |
Definition at line 411 of file tz.cpp.
References head_, and date::tzdb::next.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
tzdb_list::const_iterator date::tzdb_list::erase_after | ( | const_iterator | p | ) |
|
inline |
Definition at line 1216 of file tz.h.
References head_.
Referenced by date::get_tzdb(), and date::reload_tzdb().
|
private |
Definition at line 429 of file tz.cpp.
References date::tzdb::next.
|
private |
Definition at line 1209 of file tz.h.
Referenced by begin(), front(), and ~tzdb_list().