UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
ProcessLock Class Reference

#include <ProcessLock.H>

Inheritance diagram for ProcessLock:
Lock

Public Member Functions

 ProcessLock (ProcessLockReason reason)
 
virtual ~ProcessLock ()
 
- Public Member Functions inherited from Lock
 Lock ()
 
virtual ~Lock ()
 
LockId lock_id () const
 

Additional Inherited Members

- Protected Member Functions inherited from Lock
void lock ()
 
void unlock ()
 
- Static Protected Attributes inherited from Lock
static LocksAr * plocksar
 

Detailed Description

Object for locking inter-process communication resources. Allows to access safely several predefined (hardcoded) IPC resources which are named as reasons.

Constructor & Destructor Documentation

ProcessLock::ProcessLock ( ProcessLockReason  reason)

Doing lock here

virtual ProcessLock::~ProcessLock ( )
virtual

Doing unlock here


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