vengine  0.1.0
3D graphics engine made with Vulkan
Loading...
Searching...
No Matches
Clock.hpp File Reference

Clock class for time management. More...

#include <chrono>
#include "myLib/Clock/Time.hpp"
+ Include dependency graph for Clock.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myLib::Clock
 Class for time management. More...
 

Namespaces

namespace  myLib
 

Typedefs

using TimePoint = std::chrono::time_point<std::chrono::high_resolution_clock>
 TimePoint is a type alias for a time point which is a very long and complicated type in the standard library.
 

Detailed Description

Clock class for time management.

Definition in file Clock.hpp.

Typedef Documentation

◆ TimePoint

using TimePoint = std::chrono::time_point<std::chrono::high_resolution_clock>

TimePoint is a type alias for a time point which is a very long and complicated type in the standard library.

Definition at line 16 of file Clock.hpp.