BearParser
Portable Executable parsing library (from PE-bear)
Loading...
Searching...
No Matches
WatchedLocker Class Reference

#include <WatchedLocker.h>

Collaboration diagram for WatchedLocker:

Public Member Functions

 WatchedLocker (QMutex *mutex, bool show=false, const char *func=nullptr)
 
 ~WatchedLocker ()
 

Protected Attributes

std::string funcName
 
bool showLock
 

Detailed Description

Definition at line 8 of file WatchedLocker.h.

Constructor & Destructor Documentation

◆ WatchedLocker()

WatchedLocker::WatchedLocker ( QMutex * mutex,
bool show = false,
const char * func = nullptr )
inline

Definition at line 13 of file WatchedLocker.h.

◆ ~WatchedLocker()

WatchedLocker::~WatchedLocker ( )
inline

Definition at line 26 of file WatchedLocker.h.

Member Data Documentation

◆ funcName

std::string WatchedLocker::funcName
protected

Definition at line 38 of file WatchedLocker.h.

◆ showLock

bool WatchedLocker::showLock
protected

Definition at line 39 of file WatchedLocker.h.


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