sc_AVLMap(3)

sc::AVLMap< K, T >

Section 3 libsc-doc bookworm source

Description

sc::AVLMap< K, T >

NAME

sc::AVLMap< K, T >

SYNOPSIS

Classes

class iterator

Public Member Functions

void clear ()
void insert (const K &key, const T &data)
void remove (const K &key)
int contains (const K &k) const
iterator find
(const K &) const
T & operator[] (const K &k)
int height ()
void check ()
int length () const
iterator begin
() const
iterator end
() const
void print ()

Public Attributes

EAVLMMap< K, AVLMapNode< K, T > > map_

Author

Generated automatically by Doxygen for MPQC from the source code.