Bitcoin Core 28.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
RPCTimerBase Class Reference

Opaque base class for timers returned by NewTimerFunc. More...

#include <server.h>

Inheritance diagram for RPCTimerBase:
[legend]

Public Member Functions

virtual ~RPCTimerBase ()=default
 

Detailed Description

Opaque base class for timers returned by NewTimerFunc.

This provides no methods at the moment, but makes sure that delete cleans up the whole state.

Definition at line 48 of file server.h.

Constructor & Destructor Documentation

◆ ~RPCTimerBase()

virtual RPCTimerBase::~RPCTimerBase ( )
virtualdefault

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