Public Member Functions

smart_mutex Class Reference
[Threadsafe Collection API]

class that automatically creates and destroys mutexes More...

#include <smart_mutex.h>

List of all members.

Public Member Functions

 smart_mutex (void)
 constructor will automatically create mutex
 ~smart_mutex (void)
 destructor will automatically destroy mutex
mutex_tgetMutex (void)
 operating-system-dependent accessor

Detailed Description

class that automatically creates and destroys mutexes

Definition at line 58 of file smart_mutex.h.


Constructor & Destructor Documentation

smart_mutex::smart_mutex ( void   )  [inline]

constructor will automatically create mutex

Definition at line 61 of file smart_mutex.h.


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