Bitcoin ABC  0.28.12
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
HTTPRPCTimer Class Reference

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

Inheritance diagram for HTTPRPCTimer:
[legend]
Collaboration diagram for HTTPRPCTimer:
[legend]

Public Member Functions

 HTTPRPCTimer (struct event_base *eventBase, std::function< 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 wallet.

Definition at line 37 of file httprpc.cpp.

Constructor & Destructor Documentation

◆ HTTPRPCTimer()

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

Definition at line 39 of file httprpc.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ ev

HTTPEvent HTTPRPCTimer::ev
private

Definition at line 49 of file httprpc.cpp.


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