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

std::_Rope_alloc_base Class Template Reference

#include <stl_rope.h>

Inheritance diagram for std::_Rope_alloc_base:

Inheritance graph
[legend]
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 &__a)
 _Rope_alloc_base (const allocator_type &__a)

Protected Attributes

allocator_type _M_data_allocator
_RopeRep_M_tree_ptr

template<class _CharT, class _Allocator, bool _IsStatic> class std::_Rope_alloc_base


Member Typedef Documentation

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

Reimplemented in std::_Rope_base, and std::rope.

Definition at line 1136 of file stl_rope.h.

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

Reimplemented in std::_Rope_base, and std::rope.

Definition at line 1138 of file stl_rope.h.


Constructor & Destructor Documentation

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

Definition at line 1140 of file stl_rope.h.

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

Definition at line 1142 of file stl_rope.h.


Member Function Documentation

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

Definition at line 1139 of file stl_rope.h.

Referenced by std::rope::append(), std::rope::insert(), std::rope::operator=(), std::rope::push_front(), and std::rope::swap().


Member Data Documentation

template<class _CharT, class _Allocator, bool _IsStatic>
allocator_type std::_Rope_alloc_base<_CharT, _Allocator, _IsStatic>::_M_data_allocator [protected]
 

Definition at line 1147 of file stl_rope.h.

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

Definition at line 1148 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