|
GNU Radio's SATNOGS Package
|
Classes | |
| class | decimal_format_seconds |
| struct | rld |
| struct | rs |
| struct | ru |
| struct | static_pow10 |
| struct | static_pow10< 0 > |
| struct | undocumented |
| struct | unspecified_month_disambiguator |
| struct | width |
| struct | width< n, d, w, false > |
Typedefs | |
| template<typename R1 , typename R2 > | |
| using | ratio_multiply = decltype(std::ratio_multiply< R1, R2 >{}) |
| template<typename R1 , typename R2 > | |
| using | ratio_divide = decltype(std::ratio_divide< R1, R2 >{}) |
Functions | |
| template<class To , class Rep , class Period > | |
| CONSTCD14 std::enable_if<!std::chrono::treat_as_floating_point< typenameTo::rep >::value, To >::type | round_i (const std::chrono::duration< Rep, Period > &d) |
| template<class To , class Rep , class Period > | |
| CONSTCD14 std::enable_if< std::chrono::treat_as_floating_point< typenameTo::rep >::value, To >::type | round_i (const std::chrono::duration< Rep, Period > &d) |
| template<class To , class Clock , class FromDuration > | |
| CONSTCD11 std::chrono::time_point< Clock, To > | round_i (const std::chrono::time_point< Clock, FromDuration > &tp) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const day &d) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const month &m) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const year &y) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const weekday &wd) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const weekday_indexed &wdi) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const weekday_last &wdl) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const year_month &ym) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const month_day &md) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const month_day_last &mdl) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const month_weekday &mwd) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const month_weekday_last &mwdl) |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | low_level_fmt (std::basic_ostream< CharT, Traits > &os, const year_month_day_last &ymdl) |
| template<class Rep , class Period > | |
| CONSTCD11 std::enable_if< std::numeric_limits< Rep >::is_signed, std::chrono::duration< Rep, Period > >::type | abs (std::chrono::duration< Rep, Period > d) |
| template<class Rep , class Period > | |
| CONSTCD11 std::enable_if<!std::numeric_limits< Rep >::is_signed, std::chrono::duration< Rep, Period > >::type | abs (std::chrono::duration< Rep, Period > d) |
| template<class CharT , class Traits , class Duration > | |
| unsigned | extract_weekday (std::basic_ostream< CharT, Traits > &os, const fields< Duration > &fds) |
| template<class CharT , class Traits , class Duration > | |
| unsigned | extract_month (std::basic_ostream< CharT, Traits > &os, const fields< Duration > &fds) |
| template<class CharT , class Traits > | |
| bool | read_char (std::basic_istream< CharT, Traits > &is, CharT fmt, std::ios::iostate &err) |
| template<class CharT , class Traits > | |
| unsigned | read_unsigned (std::basic_istream< CharT, Traits > &is, unsigned m=1, unsigned M=10) |
| template<class CharT , class Traits > | |
| int | read_signed (std::basic_istream< CharT, Traits > &is, unsigned m=1, unsigned M=10) |
| template<class CharT , class Traits > | |
| long double | read_long_double (std::basic_istream< CharT, Traits > &is, unsigned m=1, unsigned M=10) |
| template<class CharT , class Traits > | |
| void | read (std::basic_istream< CharT, Traits > &) |
| template<class CharT , class Traits , class... Args> | |
| void | read (std::basic_istream< CharT, Traits > &is, CharT a0, Args &&... args) |
| template<class CharT , class Traits , class... Args> | |
| void | read (std::basic_istream< CharT, Traits > &is, rs a0, Args &&... args) |
| template<class CharT , class Traits , class... Args> | |
| void | read (std::basic_istream< CharT, Traits > &is, ru a0, Args &&... args) |
| template<class CharT , class Traits , class... Args> | |
| void | read (std::basic_istream< CharT, Traits > &is, int a0, Args &&... args) |
| template<class CharT , class Traits , class... Args> | |
| void | read (std::basic_istream< CharT, Traits > &is, rld a0, Args &&... args) |
| template<class T , class CharT , class Traits > | |
| void | checked_set (T &value, T from, T not_a_value, std::basic_ios< CharT, Traits > &is) |
| using date::detail::ratio_divide = typedef decltype(std::ratio_divide<R1, R2>{}) |
| using date::detail::ratio_multiply = typedef decltype(std::ratio_multiply<R1, R2>{}) |
|
inline |
References date::abs().
|
inline |
References date::abs().
|
inline |
References checked_set().
Referenced by checked_set().
| unsigned date::detail::extract_month | ( | std::basic_ostream< CharT, Traits > & | os, |
| const fields< Duration > & | fds | ||
| ) |
References extract_month(), date::year_month_day::month(), date::month::ok(), and date::fields< Duration >::ymd.
Referenced by extract_month().
| unsigned date::detail::extract_weekday | ( | std::basic_ostream< CharT, Traits > & | os, |
| const fields< Duration > & | fds | ||
| ) |
References count, extract_weekday(), date::weekday::ok(), date::year_month_day::ok(), date::Sunday, date::fields< Duration >::wd, and date::fields< Duration >::ymd.
Referenced by extract_weekday().
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const day & | d | ||
| ) |
References low_level_fmt().
Referenced by low_level_fmt(), low_level_fmt(), low_level_fmt(), low_level_fmt(), low_level_fmt(), low_level_fmt(), low_level_fmt(), low_level_fmt(), low_level_fmt(), low_level_fmt(), low_level_fmt(), and low_level_fmt().
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const month & | m | ||
| ) |
References date::format(), low_level_fmt(), and date::month::ok().
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const month_day & | md | ||
| ) |
References date::month_day::day(), low_level_fmt(), and date::month_day::month().
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const month_day_last & | mdl | ||
| ) |
References low_level_fmt(), and date::month_day_last::month().
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const month_weekday & | mwd | ||
| ) |
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const month_weekday_last & | mwdl | ||
| ) |
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const weekday & | wd | ||
| ) |
References date::weekday::c_encoding(), date::format(), low_level_fmt(), and date::weekday::ok().
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const weekday_indexed & | wdi | ||
| ) |
References date::weekday_indexed::index(), low_level_fmt(), and date::weekday_indexed::weekday().
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const weekday_last & | wdl | ||
| ) |
References low_level_fmt(), and date::weekday_last::weekday().
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const year & | y | ||
| ) |
References low_level_fmt().
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const year_month & | ym | ||
| ) |
References low_level_fmt(), date::year_month::month(), and date::year_month::year().
| std::basic_ostream< CharT, Traits > & date::detail::low_level_fmt | ( | std::basic_ostream< CharT, Traits > & | os, |
| const year_month_day_last & | ymdl | ||
| ) |
| void date::detail::read | ( | std::basic_istream< CharT, Traits > & | ) |
| void date::detail::read | ( | std::basic_istream< CharT, Traits > & | is, |
| CharT | a0, | ||
| Args &&... | args | ||
| ) |
References read().
| void date::detail::read | ( | std::basic_istream< CharT, Traits > & | is, |
| int | a0, | ||
| Args &&... | args | ||
| ) |
| void date::detail::read | ( | std::basic_istream< CharT, Traits > & | is, |
| rld | a0, | ||
| Args &&... | args | ||
| ) |
References date::detail::rld::i, date::detail::rld::m, date::detail::rld::M, read(), and read_long_double().
| void date::detail::read | ( | std::basic_istream< CharT, Traits > & | is, |
| rs | a0, | ||
| Args &&... | args | ||
| ) |
References date::detail::rs::i, date::detail::rs::m, date::detail::rs::M, read(), and read_signed().
| void date::detail::read | ( | std::basic_istream< CharT, Traits > & | is, |
| ru | a0, | ||
| Args &&... | args | ||
| ) |
References date::detail::ru::i, date::detail::ru::m, date::detail::ru::M, read(), and read_unsigned().
| bool date::detail::read_char | ( | std::basic_istream< CharT, Traits > & | is, |
| CharT | fmt, | ||
| std::ios::iostate & | err | ||
| ) |
References read_char().
Referenced by read_char().
| long double date::detail::read_long_double | ( | std::basic_istream< CharT, Traits > & | is, |
| unsigned | m = 1, |
||
| unsigned | M = 10 |
||
| ) |
References count, i, and read_long_double().
Referenced by read(), and read_long_double().
| int date::detail::read_signed | ( | std::basic_istream< CharT, Traits > & | is, |
| unsigned | m = 1, |
||
| unsigned | M = 10 |
||
| ) |
References read_signed(), and read_unsigned().
Referenced by read(), and read_signed().
| unsigned date::detail::read_unsigned | ( | std::basic_istream< CharT, Traits > & | is, |
| unsigned | m = 1, |
||
| unsigned | M = 10 |
||
| ) |
References count, and read_unsigned().
Referenced by read(), read_signed(), and read_unsigned().
|
inline |
|
inline |
References round_i().