add_item(const K &rkey, const V &rval, int no_search=0) | EST_TKVL< K, V > | |
change_key(EST_Litem *ptr, const K &rkey) | EST_TKVL< K, V > | |
change_val(const K &rkey, const V &rval) | EST_TKVL< K, V > | |
change_val(EST_Litem *ptr, const V &rval) | EST_TKVL< K, V > | |
clear() | EST_TKVL< K, V > | |
default_key | EST_TKVL< K, V > | static |
default_key | EST_TKVL< K, V > | |
default_val | EST_TKVL< K, V > | static |
default_val | EST_TKVL< K, V > | |
Entries typedef | EST_TKVL< K, V > | |
Entry typedef | EST_TKVL< K, V > | |
EST_TIterator< EST_TKVL< K, V >, IPointer, EST_TKVI< K, V > > class | EST_TKVL< K, V > | friend |
EST_TIterator< EST_TKVL< K, V >, IPointer_k, K > class | EST_TKVL< K, V > | friend |
EST_TKVL() | EST_TKVL< K, V > | inline |
EST_TKVL(const EST_TKVL< K, V > &kv) | EST_TKVL< K, V > | |
EST_TRwIterator< EST_TKVL< K, V >, IPointer, EST_TKVI< K, V > > class | EST_TKVL< K, V > | friend |
EST_TRwIterator< EST_TKVL< K, V >, IPointer_k, K > class | EST_TKVL< K, V > | friend |
EST_TRwStructIterator< EST_TKVL< K, V >, IPointer, EST_TKVI< K, V > > class | EST_TKVL< K, V > | friend |
EST_TStructIterator< EST_TKVL< K, V >, IPointer, EST_TKVI< K, V > > class | EST_TKVL< K, V > | friend |
head() const | EST_TKVL< K, V > | inline |
key(EST_Litem *ptr, int m=1) const | EST_TKVL< K, V > | |
key(EST_Litem *ptr, int m=1) | EST_TKVL< K, V > | |
key(const V &v, int m=1) const | EST_TKVL< K, V > | |
KeyEntries typedef | EST_TKVL< K, V > | |
KeyEntry typedef | EST_TKVL< K, V > | |
KeyRwEntries typedef | EST_TKVL< K, V > | |
length() const | EST_TKVL< K, V > | inline |
list | EST_TKVL< K, V > | |
map(void(*func)(K &, V &)) | EST_TKVL< K, V > | |
move_pointer_forwards(IPointer &ip) const | EST_TKVL< K, V > | inlineprotected |
move_pointer_forwards(IPointer_k &ip) const | EST_TKVL< K, V > | inlineprotected |
operator+(const EST_TKVL< K, V > &kv) | EST_TKVL< K, V > | |
operator+=(const EST_TKVL< K, V > &kv) | EST_TKVL< K, V > | |
operator<<(std::ostream &s, EST_TKVL< K, V > const &l) | EST_TKVL< K, V > | friend |
operator=(const EST_TKVL< K, V > &kv) | EST_TKVL< K, V > | |
point_to_first(IPointer &ip) const | EST_TKVL< K, V > | inlineprotected |
point_to_first(IPointer_k &ip) const | EST_TKVL< K, V > | inlineprotected |
points_at(const IPointer &ip) | EST_TKVL< K, V > | inlineprotected |
points_at(const IPointer_k &ip) | EST_TKVL< K, V > | inlineprotected |
points_to_something(const IPointer &ip) const | EST_TKVL< K, V > | inlineprotected |
points_to_something(const IPointer_k &ip) const | EST_TKVL< K, V > | inlineprotected |
present(const K &rkey) const | EST_TKVL< K, V > | |
remove_item(const K &rkey, int quiet=0) | EST_TKVL< K, V > | |
RwEntries typedef | EST_TKVL< K, V > | |
val(const K &rkey, bool m=0) const | EST_TKVL< K, V > | |
val(const K &rkey, bool m=0) | EST_TKVL< K, V > | |
val(EST_Litem *ptr, bool m=0) const | EST_TKVL< K, V > | |
val(EST_Litem *ptr, bool m=0) | EST_TKVL< K, V > | |
val_def(const K &rkey, const V &def) const | EST_TKVL< K, V > | |