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

std::_Refcount_Base Struct Reference

#include <stl_threads.h>

Inheritance diagram for std::_Refcount_Base:

Inheritance graph
[legend]
List of all members.

Public Types

typedef size_t _RC_t

Public Methods

 _Refcount_Base (_RC_t __n)
void _M_incr ()
_RC_t _M_decr ()

Public Attributes

volatile _RC_t _M_ref_count

Member Typedef Documentation

typedef size_t std::_Refcount_Base::_RC_t
 

Definition at line 60 of file stl_threads.h.


Constructor & Destructor Documentation

std::_Refcount_Base::_Refcount_Base ( _RC_t __n ) [inline]
 

Definition at line 76 of file stl_threads.h.


Member Function Documentation

_RC_t std::_Refcount_Base::_M_decr ( ) [inline]
 

Definition at line 112 of file stl_threads.h.

Referenced by std::_Rope_RopeRep::_M_unref_nonnil().

void std::_Refcount_Base::_M_incr ( ) [inline]
 

Definition at line 111 of file stl_threads.h.

Referenced by std::_Rope_RopeRep::_M_ref_nonnil().


Member Data Documentation

volatile _RC_t std::_Refcount_Base::_M_ref_count
 

Definition at line 64 of file stl_threads.h.


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