cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
Classes | Namespaces | Functions
ctime.hpp File Reference

Backports for features in ctime. More...

Classes

struct  timespec
 Struct timespec, from POSIX / C++17. More...
 
struct  tm_time
 A storage-only class to store the time component of a struct std::tm . More...
 
struct  tm_date
 A storage-only class to store the date component of a struct std::tm . More...
 

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::cxxostd
 Backports made available by cxxomfort.
 

Functions

static int timespec_get (struct timespec *ts, int base)
 Returns timespec information from the system clock and writes it into ts . More...
 
static std::tm to_tm (tm_time t, tm_date d)
 Composes a std::tm with information from a storage time and a storage date. More...
 

Detailed Description

Backports for features in ctime.

<ctime>: