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

std::_Rope_base Struct Template Reference

#include <stl_rope.h>

Inheritance diagram for std::_Rope_base:

Inheritance graph
[legend]
Collaboration diagram for std::_Rope_base:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _Rope_alloc_base<_CharT,
_Alloc, _Alloc_traits<_CharT,
_Alloc>::_S_instanceless> 
_Base
typedef _Base::allocator_type allocator_type
typedef _Rope_RopeRep<_CharT,
_Alloc
_RopeRep

Public Methods

 _Rope_base (_RopeRep *__t, const allocator_type &__a)
 _Rope_base (const allocator_type &__a)

template<class _CharT, class _Alloc> struct std::_Rope_base


Member Typedef Documentation

template<class _CharT, class _Alloc>
typedef _Rope_alloc_base<_CharT,_Alloc, _Alloc_traits<_CharT,_Alloc>::_S_instanceless> std::_Rope_base<_CharT, _Alloc>::_Base
 

Reimplemented in std::rope.

Definition at line 1198 of file stl_rope.h.

template<class _CharT, class _Alloc>
typedef _Rope_RopeRep<_CharT,_Alloc> std::_Rope_base<_CharT, _Alloc>::_RopeRep
 

Reimplemented from std::_Rope_alloc_base.

Reimplemented in std::rope.

Definition at line 1200 of file stl_rope.h.

template<class _CharT, class _Alloc>
typedef _Base::allocator_type std::_Rope_base<_CharT, _Alloc>::allocator_type
 

Reimplemented from std::_Rope_alloc_base.

Reimplemented in std::rope.

Definition at line 1199 of file stl_rope.h.


Constructor & Destructor Documentation

template<class _CharT, class _Alloc>
std::_Rope_base<_CharT, _Alloc>::_Rope_base<_CharT, _Alloc> ( _RopeRep * __t,
const allocator_type & __a ) [inline]
 

Definition at line 1202 of file stl_rope.h.

template<class _CharT, class _Alloc>
std::_Rope_base<_CharT, _Alloc>::_Rope_base<_CharT, _Alloc> ( const allocator_type & __a ) [inline]
 

Definition at line 1203 of file stl_rope.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