STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

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

thread_mutex_lock_traits Struct Reference

Traits for the thread_mutex class (for compilers that do not support Koenig Lookup). More...

#include <unixstl_thread_mutex.h>

List of all members.

Public Types

typedef thread_mutex lock_type
 The lockable type.


Static Public Methods

void lock (thread_mutex &c)
 Lock the given thread_mutex instance.

void unlock (thread_mutex &c)
 Unlock the given thread_mutex instance.


Detailed Description

Traits for the thread_mutex class (for compilers that do not support Koenig Lookup).


Member Typedef Documentation

typedef thread_mutex lock_type
 

The lockable type.


Member Function Documentation

void lock thread_mutex   c [inline, static]
 

Lock the given thread_mutex instance.

void unlock thread_mutex   c [inline, static]
 

Unlock the given thread_mutex instance.


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

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004