Whole document tree
    

Whole document tree

Templatestd::rb_tree struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc > Struct Template Reference

#include <stl_tree.h>

Inheritance diagram for std::rb_tree:

Inheritance graph
[legend]
Collaboration diagram for std::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >:

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< _Key, _Value, _KeyOfValue, _Compare, _Alloc >


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< _Key, _Value, _KeyOfValue, _Compare, _Alloc >.

Definition at line 1290 of file stl_tree.h.

Referenced by std::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::rb_tree().

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< _Key, _Value, _KeyOfValue, _Compare, _Alloc >.

Definition at line 1291 of file stl_tree.h.

Referenced by std::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::rb_tree().


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 const _Compare &    __comp = _Compare(),
const allocator_type   __a = allocator_type()
[inline]
 

Definition at line 1293 of file stl_tree.h.

References std::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::_Base, and std::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::allocator_type.

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

Definition at line 1297 of file stl_tree.h.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 8 03:19:28 2002 for libstdc++-v3 Source by doxygen1.2.15