TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Duration.h File Reference
#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. More...
 
typedef std::chrono::seconds Seconds
 Seconds shorthand typedef. More...
 
typedef std::chrono::minutes Minutes
 Minutes shorthand typedef. More...
 
typedef std::chrono::hours Hours
 Hours shorthand typedef. More...
 

Typedef Documentation

typedef std::chrono::hours Hours

Hours shorthand typedef.

typedef std::chrono::milliseconds Milliseconds

Milliseconds shorthand typedef.

typedef std::chrono::minutes Minutes

Minutes shorthand typedef.

typedef std::chrono::seconds Seconds

Seconds shorthand typedef.