Times struct organizes parts of a timer body including the hour, minutes, seconds and milliseconds. All parts are initialized at creation time.
More...
#include <timerData.h>
|
| Times (const int &h, const int &m, const int &s, const int &mill) |
|
Times struct organizes parts of a timer body including the hour, minutes, seconds and milliseconds. All parts are initialized at creation time.
◆ Times()
TimerData::Times::Times |
( |
const int & | h, |
|
|
const int & | m, |
|
|
const int & | s, |
|
|
const int & | mill ) |
|
inline |
◆ hours
int TimerData::Times::hours |
◆ milliseconds
int TimerData::Times::milliseconds |
◆ minutes
int TimerData::Times::minutes |
◆ seconds
int TimerData::Times::seconds |
The documentation for this struct was generated from the following file: