Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::MutexChecker::CheckedScope Class Reference

#include <mutex.h>

Collaboration diagram for Realm::MutexChecker::CheckedScope:

Public Member Functions

 CheckedScope (MutexChecker &_checker, const char *_name, void *_object=0)
 
 ~CheckedScope ()
 

Protected Attributes

MutexCheckerchecker
 
const char * name
 
void * object
 

Friends

class MutexChecker
 

Constructor & Destructor Documentation

◆ CheckedScope()

Realm::MutexChecker::CheckedScope::CheckedScope ( MutexChecker _checker,
const char *  _name,
void *  _object = 0 
)

◆ ~CheckedScope()

Realm::MutexChecker::CheckedScope::~CheckedScope ( )

Friends And Related Symbol Documentation

◆ MutexChecker

friend class MutexChecker
friend

Member Data Documentation

◆ checker

MutexChecker& Realm::MutexChecker::CheckedScope::checker
protected

◆ name

const char* Realm::MutexChecker::CheckedScope::name
protected

◆ object

void* Realm::MutexChecker::CheckedScope::object
protected

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