Dash Core  0.12.2.1
P2P Digital Currency
HTTPRPCTimer Class Reference
+ Inheritance diagram for HTTPRPCTimer:

Public Member Functions

 HTTPRPCTimer (struct event_base *eventBase, boost::function< void(void)> &func, int64_t millis)
 
- Public Member Functions inherited from RPCTimerBase
virtual ~RPCTimerBase ()
 

Private Attributes

HTTPEvent ev
 

Detailed Description

Simple one-shot callback timer to be used by the RPC mechanism to e.g. re-lock the wellet.

Definition at line 26 of file httprpc.cpp.

Constructor & Destructor Documentation

◆ HTTPRPCTimer()

HTTPRPCTimer::HTTPRPCTimer ( struct event_base *  eventBase,
boost::function< void(void)> &  func,
int64_t  millis 
)
inline

Definition at line 29 of file httprpc.cpp.

Member Data Documentation

◆ ev

HTTPEvent HTTPRPCTimer::ev
private

Definition at line 38 of file httprpc.cpp.

Referenced by HTTPRPCTimer().


The documentation for this class was generated from the following file: