CppServer
1.0.4.0
C++ Server Library
|
This is the complete list of members for CppServer::Asio::Timer, including all inherited members.
Cancel() | CppServer::Asio::Timer | virtual |
expire_time() const | CppServer::Asio::Timer | |
expire_timespan() const | CppServer::Asio::Timer | |
io_service() noexcept | CppServer::Asio::Timer | inline |
onError(int error, const std::string &category, const std::string &message) | CppServer::Asio::Timer | inlineprotectedvirtual |
onTimer(bool canceled) | CppServer::Asio::Timer | inlineprotectedvirtual |
operator=(const Timer &)=delete | CppServer::Asio::Timer | |
operator=(Timer &&)=delete | CppServer::Asio::Timer | |
service() noexcept | CppServer::Asio::Timer | inline |
Setup(const CppCommon::UtcTime &time) | CppServer::Asio::Timer | virtual |
Setup(const CppCommon::Timespan ×pan) | CppServer::Asio::Timer | virtual |
Setup(const std::function< void(bool)> &action) | CppServer::Asio::Timer | virtual |
Setup(const std::function< void(bool)> &action, const CppCommon::UtcTime &time) | CppServer::Asio::Timer | virtual |
Setup(const std::function< void(bool)> &action, const CppCommon::Timespan ×pan) | CppServer::Asio::Timer | virtual |
strand() noexcept | CppServer::Asio::Timer | inline |
Timer(const std::shared_ptr< Service > &service) | CppServer::Asio::Timer | |
Timer(const std::shared_ptr< Service > &service, const CppCommon::UtcTime &time) | CppServer::Asio::Timer | |
Timer(const std::shared_ptr< Service > &service, const CppCommon::Timespan ×pan) | CppServer::Asio::Timer | |
Timer(const std::shared_ptr< Service > &service, const std::function< void(bool)> &action) | CppServer::Asio::Timer | |
Timer(const std::shared_ptr< Service > &service, const std::function< void(bool)> &action, const CppCommon::UtcTime &time) | CppServer::Asio::Timer | |
Timer(const std::shared_ptr< Service > &service, const std::function< void(bool)> &action, const CppCommon::Timespan ×pan) | CppServer::Asio::Timer | |
Timer(const Timer &)=delete | CppServer::Asio::Timer | |
Timer(Timer &&)=delete | CppServer::Asio::Timer | |
WaitAsync() | CppServer::Asio::Timer | virtual |
WaitSync() | CppServer::Asio::Timer | virtual |
~Timer()=default | CppServer::Asio::Timer | virtual |