NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <tz.h>
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = tzdb |
using | reference = const value_type & |
using | pointer = const value_type * |
using | difference_type = std::ptrdiff_t |
Public Member Functions | |
const_iterator ()=default | |
reference | operator* () const NOEXCEPT |
pointer | operator-> () const NOEXCEPT |
const_iterator & | operator++ () NOEXCEPT |
const_iterator | operator++ (int) NOEXCEPT |
Private Member Functions | |
const_iterator (tzdb *p) NOEXCEPT | |
Private Attributes | |
tzdb * | p_ = nullptr |
Friends | |
class | tzdb_list |
bool | operator== (const const_iterator &x, const const_iterator &y) NOEXCEPT |
bool | operator!= (const const_iterator &x, const const_iterator &y) NOEXCEPT |
using date::tzdb_list::const_iterator::difference_type = std::ptrdiff_t |
using date::tzdb_list::const_iterator::iterator_category = std::forward_iterator_tag |
using date::tzdb_list::const_iterator::pointer = const value_type* |
using date::tzdb_list::const_iterator::reference = const value_type& |
|
inlineexplicitprivate |
|
default |
|
inline |
|
inline |
Definition at line 1251 of file tz.h.
References date::tzdb::next.
|
inline |
|
inline |
|
friend |
|
friend |