Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
Epoch::Guard Class Reference

#include <epochguard.h>

Collaboration diagram for Epoch::Guard:
[legend]

Public Member Functions

 Guard (Epoch &epoch) EXCLUSIVE_LOCK_FUNCTION(epoch)
 
 ~Guard () UNLOCK_FUNCTION()
 

Private Attributes

Epochm_epoch
 

Detailed Description

Definition at line 67 of file epochguard.h.

Constructor & Destructor Documentation

◆ Guard()

Epoch::Guard::Guard ( Epoch epoch)
inlineexplicit

Definition at line 73 of file epochguard.h.

Here is the call graph for this function:

◆ ~Guard()

Epoch::Guard::~Guard ( )
inline

Definition at line 79 of file epochguard.h.

Here is the call graph for this function:

Member Data Documentation

◆ m_epoch

Epoch& Epoch::Guard::m_epoch
private

Definition at line 70 of file epochguard.h.


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