ZNC
trunk
|
This is the complete list of members for CTimer, including all inherited members.
CCron() | CCron | |
CTimer(CModule *pModule, unsigned int uInterval, unsigned int uCycles, const CString &sLabel, const CString &sDescription) | CTimer | |
CTimer(const CTimer &)=delete | CTimer | |
GetCyclesLeft() const | CCron | |
GetDescription() const | CTimer | |
GetInterval() const | CCron | |
GetMaxCycles() const | CCron | |
GetModule() const | CTimer | |
GetName() const | CCron | |
GetNextRun() const | CCron | inline |
isValid() const | CCron | |
m_bRunOnNextCall | CCron | protected |
m_pModule | CTimer | protected |
m_sDescription | CTimer | protected |
operator=(const CTimer &)=delete | CTimer | |
Pause() | CCron | |
Reset() | CCron | |
run(timeval &tNow) | CCron | |
RunJob() | CCron | virtual |
SetDescription(const CString &s) | CTimer | |
SetModule(CModule *p) | CTimer | |
SetName(const CS_STRING &sName) | CCron | |
Start(double dTimeSequence) | CCron | |
Start(const timeval &TimeSequence) | CCron | |
StartMaxCycles(double dTimeSequence, uint32_t iMaxCycles) | CCron | |
StartMaxCycles(const timeval &tTimeSequence, uint32_t iMaxCycles) | CCron | |
Stop() | CCron | |
UnPause() | CCron | |
~CCron() | CCron | inlinevirtual |
~CTimer() | CTimer | virtual |