Version: 9.15.0
SALOMEDS::Locker Class Reference

#include <SALOMEDS.hxx>

Inheritance diagram for SALOMEDS::Locker:

Public Member Functions

 Locker ()
 
virtual ~Locker ()
 

Private Attributes

Utils_MutexmyMutex
 

Static Private Attributes

static Utils_Mutex MutexDS
 

Friends

void lock ()
 
void unlock ()
 

Constructor & Destructor Documentation

◆ Locker()

SALOMEDS::Locker::Locker ( )

◆ ~Locker()

SALOMEDS::Locker::~Locker ( )
virtual

Friends And Related Function Documentation

◆ lock

void lock ( )
friend

◆ unlock

void unlock ( )
friend

Field Documentation

◆ MutexDS

Utils_Mutex SALOMEDS::Locker::MutexDS
staticprivate

Referenced by SALOMEDS::lock(), and SALOMEDS::unlock().

◆ myMutex

Utils_Mutex* Utils_Locker::myMutex
privateinherited