Tesseract 3.01
SVMutex Class Reference

#include <svutil.h>

List of all members.

Public Member Functions

 SVMutex ()
 Sets up a new mutex.
void Lock ()
 Locks on a mutex.
void Unlock ()
 Unlocks on a mutex.

Detailed Description

A mutex which encapsulates the main locking and unlocking abilites of mutexes for windows and unix.


Constructor & Destructor Documentation

SVMutex::SVMutex ( )

Sets up a new mutex.


Member Function Documentation

void SVMutex::Lock ( )

Locks on a mutex.

void SVMutex::Unlock ( )

Unlocks on a mutex.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines