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

std::rb_tree Struct Template Reference

#include <stl_tree.h>

Inheritance diagram for std::rb_tree:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef _Rb_tree<_Key, _Value,
_KeyOfValue, _Compare, _Alloc
_Base
typedef _Base::allocator_type allocator_type

Public Methods

 rb_tree (const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type())
 ~rb_tree ()

template<class _Key, class _Value, class _KeyOfValue, class _Compare, class _Alloc = allocator<_Value>> struct std::rb_tree


Member Typedef Documentation

template<class _Key, class _Value, class _KeyOfValue, class _Compare, class _Alloc = allocator<_Value>>
typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> std::rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>::_Base
 

Reimplemented from std::_Rb_tree.

Definition at line 1261 of file stl_tree.h.

template<class _Key, class _Value, class _KeyOfValue, class _Compare, class _Alloc = allocator<_Value>>
typedef _Base::allocator_type std::rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>::allocator_type
 

Reimplemented from std::_Rb_tree.

Definition at line 1262 of file stl_tree.h.


Constructor & Destructor Documentation

template<class _Key, class _Value, class _KeyOfValue, class _Compare, class _Alloc = allocator<_Value>>
std::rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>::rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> ( const _Compare & __comp = _Compare(),
const allocator_type & __a = allocator_type() ) [inline]
 

Definition at line 1264 of file stl_tree.h.

template<class _Key, class _Value, class _KeyOfValue, class _Compare, class _Alloc = allocator<_Value>>
std::rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>::~rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> ( ) [inline]
 

Definition at line 1268 of file stl_tree.h.


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