rb_tree Struct Reference

#include <stdapis/stlport/stl/_tree.h>

Link against: hswidgetpublisher.lib

struct rb_tree : public _Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >
Public Member Type Definitions
typedef _Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc > _Base
typedef _Base::allocator_type allocator_type
Public Member Functions
rb_tree()
rb_tree(const _Compare &, const allocator_type &)
~rb_tree()
Inherited Attributes
Inherited Functions
Inherited Type Definitions

Member Type Definition Documentation

Typedef _Base

typedef _Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >_Base

Typedef allocator_type

typedef _Base::allocator_type allocator_type

Constructor & Destructor Documentation

rb_tree ( )

rb_tree()[inline]

rb_tree ( const _Compare &, const allocator_type & )

rb_tree(const _Compare &__comp,
const allocator_type &__a =  allocator_type()
)[inline]

~rb_tree ( )

~rb_tree()[inline]