#include <splaytree.h>
typedef splaytree_iterator< comparable > | iterator |
typedef splaytree_iterator< comparable > | const_iterator |
typedef size_t | size_type |
splaytree (const comparable ¬Found) | |
splaytree (const splaytree &rhs) | |
const comparable & | findMin () |
const comparable & | findMax () |
const comparable & | find (const comparable &x) |
bool | empty () const |
size_type | size () const |
void | print () const |
void | clear () |
void | insert (const comparable &x) |
void | remove (const comparable &x) |
void | erase (iterator iter) |
void | sort () |
void | push_back (const comparable &x) |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
|
|
|
|