NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This structure defines all fields necessary to create a time stamp or a formatted date. More...
#include <datetimetools.hpp>
Public Member Functions | |
time_stamp () | |
Default constructor for zero-initialisation. More... | |
Public Attributes | |
date::year_month_day | m_ymd |
std::chrono::hours | m_hours |
std::chrono::minutes | m_minutes |
std::chrono::seconds | m_seconds |
std::chrono::milliseconds | m_millisecs |
std::chrono::microseconds | m_microsecs |
This structure defines all fields necessary to create a time stamp or a formatted date.
Definition at line 31 of file datetimetools.hpp.
time_stamp::time_stamp | ( | ) |
Default constructor for zero-initialisation.
Definition at line 27 of file datetimetools.cpp.
References m_hours, m_microsecs, m_millisecs, m_minutes, and m_seconds.
std::chrono::hours time_stamp::m_hours |
Definition at line 34 of file datetimetools.hpp.
Referenced by getTimePointFromTimeStamp(), getTimeStampFromTimePoint(), parser_date(), strfnc_timeformat(), strfnc_to_time(), StrToTime(), time_stamp(), toString(), and windowSystemTimeToDouble().
std::chrono::microseconds time_stamp::m_microsecs |
Definition at line 38 of file datetimetools.hpp.
Referenced by getTimePointFromTimeStamp(), getTimeStampFromTimePoint(), parser_date(), strfnc_timeformat(), strfnc_to_time(), StrToTime(), time_stamp(), and toString().
std::chrono::milliseconds time_stamp::m_millisecs |
Definition at line 37 of file datetimetools.hpp.
Referenced by getTimePointFromTimeStamp(), getTimeStampFromTimePoint(), parser_date(), strfnc_timeformat(), strfnc_to_time(), StrToTime(), time_stamp(), and toString().
std::chrono::minutes time_stamp::m_minutes |
Definition at line 35 of file datetimetools.hpp.
Referenced by getTimePointFromTimeStamp(), getTimeStampFromTimePoint(), parser_date(), strfnc_timeformat(), strfnc_to_time(), StrToTime(), time_stamp(), toString(), and windowSystemTimeToDouble().
std::chrono::seconds time_stamp::m_seconds |
Definition at line 36 of file datetimetools.hpp.
Referenced by getTimePointFromTimeStamp(), getTimeStampFromTimePoint(), parser_date(), strfnc_timeformat(), strfnc_to_time(), StrToTime(), time_stamp(), toString(), and windowSystemTimeToDouble().
date::year_month_day time_stamp::m_ymd |
Definition at line 33 of file datetimetools.hpp.
Referenced by getTimePointFromTimeStamp(), getTimeStampFromTimePoint(), parser_date(), strfnc_timeformat(), strfnc_to_time(), StrToTime(), toString(), and windowSystemTimeToDouble().