tempoch-cpp
Header-only C++ wrapper for tempoch
Loading...
Searching...
No Matches
time.hpp File Reference

C++ wrappers for Julian Date, Modified Julian Date, and UTC. More...

#include "ffi_core.hpp"
Include dependency graph for time.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tempoch::UTC
 UTC date-time breakdown. More...
 
class  tempoch::JulianDate
 Julian Date wrapper (value type). More...
 
class  tempoch::MJD
 Modified Julian Date wrapper (value type). More...
 

Namespaces

namespace  tempoch
 

Detailed Description

C++ wrappers for Julian Date, Modified Julian Date, and UTC.

Wraps the tempoch-ffi C layer with value-semantic, exception-safe C++ types.

Definition in file time.hpp.