Bitcoin ABC 0.30.3
P2P Digital Currency
|
Public Member Functions | |
~QtRPCTimerInterface () | |
const char * | Name () override |
Implementation name. More... | |
RPCTimerBase * | NewTimer (std::function< void()> &func, int64_t millis) override |
Factory function for timers. More... | |
Public Member Functions inherited from RPCTimerInterface | |
virtual | ~RPCTimerInterface () |
virtual const char * | Name ()=0 |
Implementation name. More... | |
virtual RPCTimerBase * | NewTimer (std::function< void()> &func, int64_t millis)=0 |
Factory function for timers. More... | |
Definition at line 108 of file rpcconsole.cpp.
|
inline |
Definition at line 110 of file rpcconsole.cpp.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Factory function for timers.
RPC will call the function to create a timer that will call func in millis milliseconds.
Implements RPCTimerInterface.
Definition at line 112 of file rpcconsole.cpp.