#include <dictionary.h>
Inheritance diagram for dictionary:
Inlined member functions of the Dictionary template | |
~dictionary () | |
K | key (const void *it) const |
I | inf (const void *it) const |
I & | operator[] (const void *it) const |
void * | insert (const K k, const I i) |
void * | lookup (const K k) const |
I | access (const K k) const |
void | del (const K k) |
void | del_item (const void *it) |
void | change_inf (const void *it, const I i) |
int | size () const |
bool | empty () const |
void * | first_item (void *start=NULL) const |
void * | last_item () const |
void * | next_item (const void *it) const |
Public Types | |
typedef void * | item |
Public Member Functions | |
dictionary () | |
void | clear () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|