class mutex

defines the abstract Unix/Windoze interface to mutexes through two classes: one to create the mutex, another to lock it

Public Methods

mutex( const char *_name )
~mutex()
void wait( int seconds )
void release()

Private Fields

std::string name
to use in any log/error output
HANDLE win_mutex_h

Documentation

defines the abstract Unix/Windoze interface to mutexes through two classes: one to create the mutex, another to lock it
std::string name
to use in any log/error output

HANDLE win_mutex_h

mutex( const char *_name )

~mutex()

void wait( int seconds )

void release()


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.