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

std::_Rope_alloc_base< _CharT, _Allocator, true > Class Template Reference

#include <stl_rope.h>

List of all members.

Public Types

typedef _Rope_RopeRep<_CharT,
_Allocator> 
_RopeRep
typedef _Alloc_traits<_CharT,
_Allocator>::allocator_type 
allocator_type

Public Methods

allocator_type get_allocator () const
 _Rope_alloc_base (_RopeRep *__t, const allocator_type &)
 _Rope_alloc_base (const allocator_type &)

Protected Attributes

_RopeRep_M_tree_ptr

template<class _CharT, class _Allocator> class std::_Rope_alloc_base< _CharT, _Allocator, true >


Member Typedef Documentation

template<class _CharT, class _Allocator>
typedef _Rope_RopeRep<_CharT,_Allocator> std::_Rope_alloc_base< _CharT, _Allocator, true >::_RopeRep
 

Definition at line 1166 of file stl_rope.h.

template<class _CharT, class _Allocator>
typedef _Alloc_traits<_CharT,_Allocator>::allocator_type std::_Rope_alloc_base< _CharT, _Allocator, true >::allocator_type
 

Definition at line 1168 of file stl_rope.h.


Member Function Documentation

template<class _CharT, class _Allocator>
std::_Rope_alloc_base< _CharT, _Allocator, true >::_Rope_alloc_base< _CharT, _Allocator, true > ( const allocator_type & ) [inline]
 

Definition at line 1172 of file stl_rope.h.

template<class _CharT, class _Allocator>
std::_Rope_alloc_base< _CharT, _Allocator, true >::_Rope_alloc_base< _CharT, _Allocator, true > ( _RopeRep * __t,
const allocator_type & ) [inline]
 

Definition at line 1170 of file stl_rope.h.

template<class _CharT, class _Allocator>
allocator_type std::_Rope_alloc_base< _CharT, _Allocator, true >::get_allocator ( ) const [inline]
 

Definition at line 1169 of file stl_rope.h.


Member Data Documentation

template<class _CharT, class _Allocator>
_RopeRep* std::_Rope_alloc_base< _CharT, _Allocator, true >::_M_tree_ptr [protected]
 

Definition at line 1176 of file stl_rope.h.


The documentation for this class 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