semaphore_lock_traits Struct Reference
[Synchronisation Library]

#include <winstl/synch/semaphore.hpp>

List of all members.


Detailed Description

Traits for the semaphore class.

Public Types

typedef semaphore lock_type
 The lockable type.
typedef semaphore_lock_traits class_type
 This type.

Static Public Member Functions

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

Member Typedef Documentation

The lockable type.

This type.


Member Function Documentation

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

Lock the given semaphore instance.

References lock_instance().

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

Unlock the given semaphore instance.

References unlock_instance().


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

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