Tesseract 3.01
SVSemaphore Class Reference

#include <svutil.h>

List of all members.

Public Member Functions

 SVSemaphore ()
 Sets up a semaphore.
void Signal ()
 Signal a semaphore.
void Wait ()
 Wait on a semaphore.

Detailed Description

A semaphore class which encapsulates the main signalling and wait abilities of semaphores for windows and unix.


Constructor & Destructor Documentation

SVSemaphore::SVSemaphore ( )

Sets up a semaphore.


Member Function Documentation

void SVSemaphore::Signal ( )

Signal a semaphore.

void SVSemaphore::Wait ( )

Wait on a semaphore.


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