MLIB
|
This is the complete list of members for mlib::wtimer, including all inherited members.
at(FILETIME &utctime, DWORD period_ms=0) | mlib::wtimer | |
at_timer(DWORD loval, DWORD hival) | mlib::wtimer | inlineprotectedvirtual |
automatic enum value (defined in mlib::wtimer) | mlib::wtimer | |
handle() const | mlib::syncbase | inline |
is_signaled() | mlib::syncbase | inlinevirtual |
manual enum value (defined in mlib::wtimer) | mlib::wtimer | |
mode enum name | mlib::wtimer | |
name() const | mlib::syncbase | inlinevirtual |
name(const std::string &nam) | mlib::syncbase | inlineprotectedvirtual |
operator bool() | mlib::syncbase | inline |
operator=(const syncbase &rhs) | mlib::syncbase | |
operator=(syncbase &&rhs) noexcept | mlib::syncbase | |
operator==(const syncbase &rhs) const | mlib::syncbase | |
set_handle(HANDLE h) | mlib::syncbase | protected |
start(DWORD interval_ms, DWORD period_ms=0) | mlib::wtimer | |
stop() | mlib::wtimer | |
syncbase() | mlib::syncbase | |
syncbase(const syncbase &e) | mlib::syncbase | |
syncbase(syncbase &&e) noexcept | mlib::syncbase | |
syncbase(const std::string &name) | mlib::syncbase | protected |
wait() | mlib::syncbase | inlinevirtual |
wait(DWORD limit_msec) | mlib::syncbase | inlinevirtual |
wait(std::chrono::milliseconds limit) | mlib::syncbase | inlinevirtual |
wait_alertable(DWORD limit_msec=INFINITE) | mlib::syncbase | inlinevirtual |
wait_msg(DWORD limit_msec=INFINITE, DWORD mask=QS_ALLINPUT) | mlib::syncbase | inlinevirtual |
wtimer(mode m=automatic, const std::string &name=std::string(), bool use_apc=false) | mlib::wtimer | |
~syncbase() | mlib::syncbase | virtual |