Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | List of all members
StdLockGuard Class Reference

#include <threadsafety.h>

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

Public Member Functions

 StdLockGuard (StdMutex &cs) EXCLUSIVE_LOCK_FUNCTION(cs)
 
 ~StdLockGuard () UNLOCK_FUNCTION()
 

Detailed Description

Definition at line 77 of file threadsafety.h.

Constructor & Destructor Documentation

◆ StdLockGuard()

StdLockGuard::StdLockGuard ( StdMutex cs)
inlineexplicit

Definition at line 79 of file threadsafety.h.

◆ ~StdLockGuard()

StdLockGuard::~StdLockGuard ( )
inline

Definition at line 81 of file threadsafety.h.


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