Fabcoin Core  0.16.2
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(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 29 of file httprpc.cpp.

Constructor & Destructor Documentation

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

Definition at line 32 of file httprpc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

HTTPEvent HTTPRPCTimer::ev
private

Definition at line 41 of file httprpc.cpp.


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