![]() |
TrinityCore
|
#include <chrono>
Include dependency graph for Duration.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef std::chrono::milliseconds | Milliseconds |
| Milliseconds shorthand typedef. | |
| typedef std::chrono::seconds | Seconds |
| Seconds shorthand typedef. | |
| typedef std::chrono::minutes | Minutes |
| Minutes shorthand typedef. | |
| typedef std::chrono::hours | Hours |
| Hours shorthand typedef. | |
| typedef std::chrono::steady_clock::time_point | TimePoint |
| time_point shorthand typedefs | |
| typedef std::chrono::system_clock::time_point | SystemTimePoint |
Functions | |
| constexpr std::chrono::hours | operator""_days (unsigned long long days) |
| typedef std::chrono::hours Hours |
Hours shorthand typedef.
Definition at line 33 of file Duration.h.
| typedef std::chrono::milliseconds Milliseconds |
Milliseconds shorthand typedef.
Definition at line 24 of file Duration.h.
| typedef std::chrono::minutes Minutes |
Minutes shorthand typedef.
Definition at line 30 of file Duration.h.
| typedef std::chrono::seconds Seconds |
Seconds shorthand typedef.
Definition at line 27 of file Duration.h.
| typedef std::chrono::system_clock::time_point SystemTimePoint |
Definition at line 37 of file Duration.h.
| typedef std::chrono::steady_clock::time_point TimePoint |
time_point shorthand typedefs
Definition at line 36 of file Duration.h.
|
constexpr |
Definition at line 42 of file Duration.h.