Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

sglLock Class Reference

#include <sglLock.hpp>

List of all members.

Public Methods

 sglLock ()
 ~sglLock ()
void acquire ()
void release ()


Detailed Description

This implementation of a cross-platform lock is largely derived from the stl_threads.h file of SGI's STL v3.3, which contains the above notice. For the original code, see http://www.sgi.com/Technology/STL.

Definition at line 63 of file sglLock.hpp.


Member Function Documentation

void sglLock::acquire ( )
 

Get the lock.

void sglLock::release ( )
 

Release the lock.


The documentation for this class was generated from the following file:
Generated at Mon Jul 1 18:00:08 2002 for SGL by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001