Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

RPCTimerBase Class Reference

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

#include <server.h>

+ Inheritance diagram for RPCTimerBase:

Public Member Functions

virtual ~RPCTimerBase ()
 

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 89 of file server.h.

Constructor & Destructor Documentation

◆ ~RPCTimerBase()

virtual RPCTimerBase::~RPCTimerBase ( )
inlinevirtual

Definition at line 92 of file server.h.


The documentation for this class was generated from the following file:
Released under the MIT license