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

std::_Rb_tree_base Struct Template Reference

#include <stl_tree.h>

Inheritance diagram for std::_Rb_tree_base:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef _Rb_tree_alloc_base<
_Tp, _Alloc, _Alloc_traits<
_Tp, _Alloc>::_S_instanceless> 
_Base
typedef _Base::allocator_type allocator_type

Public Methods

 _Rb_tree_base (const allocator_type &__a)
 ~_Rb_tree_base ()

template<class _Tp, class _Alloc> struct std::_Rb_tree_base


Member Typedef Documentation

template<class _Tp, class _Alloc>
typedef _Rb_tree_alloc_base<_Tp, _Alloc, _Alloc_traits<_Tp, _Alloc>::_S_instanceless> std::_Rb_tree_base<_Tp, _Alloc>::_Base
 

Reimplemented in std::_Rb_tree, and std::rb_tree.

Definition at line 487 of file stl_tree.h.

template<class _Tp, class _Alloc>
typedef _Base::allocator_type std::_Rb_tree_base<_Tp, _Alloc>::allocator_type
 

Reimplemented from std::_Rb_tree_alloc_base.

Reimplemented in std::_Rb_tree, and std::rb_tree.

Definition at line 488 of file stl_tree.h.


Constructor & Destructor Documentation

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

Definition at line 490 of file stl_tree.h.

template<class _Tp, class _Alloc>
std::_Rb_tree_base<_Tp, _Alloc>::~_Rb_tree_base<_Tp, _Alloc> ( ) [inline]
 

Definition at line 492 of file stl_tree.h.


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