NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
time_stamp Struct Reference

This structure defines all fields necessary to create a time stamp or a formatted date. More...

#include <datetimetools.hpp>

Collaboration diagram for time_stamp:

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
 

Detailed Description

This structure defines all fields necessary to create a time stamp or a formatted date.

Definition at line 31 of file datetimetools.hpp.

Constructor & Destructor Documentation

◆ time_stamp()

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.

Member Data Documentation

◆ m_hours

◆ m_microsecs

std::chrono::microseconds time_stamp::m_microsecs

◆ m_millisecs

std::chrono::milliseconds time_stamp::m_millisecs

◆ m_minutes

◆ m_seconds

◆ m_ymd


The documentation for this struct was generated from the following files: