thread_mutex_lock_traits Struct Reference
[Synchronisation Library]

#include <winstl/synch/thread_mutex.hpp>

List of all members.


Detailed Description

Traits for the thread_mutex class.

Public Types

typedef thread_mutex lock_type
 The lockable type.
typedef thread_mutex_lock_traits class_type
 This type.

Static Public Member Functions

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

Member Typedef Documentation

The lockable type.

This type.


Member Function Documentation

static void lock ( thread_mutex c  )  [inline, static]

Lock the given thread_mutex instance.

References lock_instance().

static void unlock ( thread_mutex c  )  [inline, static]

Unlock the given thread_mutex instance.

References unlock_instance().


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

Generated on Thu Jun 10 08:59:37 2010 for STLSoft by  doxygen 1.5.6