#include <MNdictionary.h>
Inheritance diagram for MNdictionary< K, I >:
Inlined member functions of the MNdictionary template | |
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) |
void | clear () |
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 Member Functions | |
MNdictionary () | |
virtual | ~MNdictionary () |
virtual int | compare (const K &x, const K &y) const =0 |
int | compare_int (const int &x, const int &y) const |
|
|
|
|
|
|
|
|
|
|
|
Implemented in StringDictionary< I >, SH::Base::SHSide::EndpointTable, OrigServerDictionary, and CacheDictionary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|