YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
计时器服务。 更多...
#include "../Core/yobject.h"
#include "../Adaptor/ycont.h"
#include "../Core/ycounter.hpp"
#include <chrono>
类 | |
class | YSLib::Timers::HighResolutionClock |
高精度时钟。 更多... | |
class | YSLib::Timers::Timer |
计时器。 更多... | |
命名空间 | |
namespace | YSLib |
namespace | YSLib::Timers |
类型定义 | |
typedef HighResolutionClock::duration | YSLib::Timers::Duration |
高精度时间间隔。 | |
typedef HighResolutionClock::time_point | YSLib::Timers::TimePoint |
时刻。 | |
typedef std::chrono::milliseconds | YSLib::Timers::TimeSpan |
低精度时间间隔。 | |
函数 | |
YF_API void | YSLib::Timers::Delay (const TimeSpan &) |
延时。 | |
计时器服务。
在文件 ytimer.h 中定义.