Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_STL_auto_lock Struct Reference

#include <stl_threads.h>

Collaboration diagram for std::_STL_auto_lock:

Collaboration graph
[legend]
List of all members.

Public Methods

 _STL_auto_lock (_STL_mutex_lock &__lock)
 ~_STL_auto_lock ()

Public Attributes

_STL_mutex_lock_M_lock

Private Methods

void operator= (const _STL_auto_lock &)
 _STL_auto_lock (const _STL_auto_lock &)

Constructor & Destructor Documentation

std::_STL_auto_lock::_STL_auto_lock ( _STL_mutex_lock & __lock ) [inline]
 

Definition at line 359 of file stl_threads.h.

std::_STL_auto_lock::~_STL_auto_lock ( ) [inline]
 

Definition at line 361 of file stl_threads.h.

std::_STL_auto_lock::_STL_auto_lock ( const _STL_auto_lock & ) [private]
 


Member Function Documentation

void std::_STL_auto_lock::operator= ( const _STL_auto_lock & ) [private]
 


Member Data Documentation

_STL_mutex_lock& std::_STL_auto_lock::_M_lock
 

Definition at line 357 of file stl_threads.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:30:01 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001