tempoch-cpp 0.5.3
Header-only C++ wrapper for tempoch
Loading...
Searching...
No Matches
tempoch::TimeContext Class Reference

Immutable conversion context for UT1 and historical UTC routes. More...

#include <tempoch/time_base.hpp>

Public Member Functions

 TimeContext ()
 
TimeContext allow_pre_definition_utc () const
 
const tempoch_context_tget () const noexcept
 

Static Public Member Functions

static TimeContext with_builtin_eop ()
 

Detailed Description

Immutable conversion context for UT1 and historical UTC routes.

Definition at line 124 of file time_base.hpp.

Constructor & Destructor Documentation

◆ TimeContext()

tempoch::TimeContext::TimeContext ( )
inline

Definition at line 130 of file time_base.hpp.

Referenced by allow_pre_definition_utc(), and with_builtin_eop().

Member Function Documentation

◆ allow_pre_definition_utc()

TimeContext tempoch::TimeContext::allow_pre_definition_utc ( ) const
inline

Definition at line 134 of file time_base.hpp.

References tempoch::detail::make_pre_definition_context(), and TimeContext().

◆ get()

const tempoch_context_t * tempoch::TimeContext::get ( ) const
inlinenoexcept

Definition at line 138 of file time_base.hpp.

◆ with_builtin_eop()

static TimeContext tempoch::TimeContext::with_builtin_eop ( )
inlinestatic

Definition at line 132 of file time_base.hpp.

References tempoch::detail::make_builtin_eop_context(), and TimeContext().


The documentation for this class was generated from the following file: