#include "wvlinklist.h"
#include "wvstring.h"
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | WvHashTableBase |
| The untyped base class of WvHashTable<T>. More... | |
| class | WvHashTableBase::IterBase |
| struct | OpEqComp< K > |
| struct | StrCaseComp< K > |
| class | WvHashTable< T, K, Accessor, Comparator > |
| class | WvHashTable< T, K, Accessor, Comparator >::Iter |
| class | WvMapPair< TKey, _TData > |
| class | WvMapPair< TKey, _TData * > |
| class | WvMap< TKey, TData, Comparator, BackendHash > |
Defines | |
| #define | DeclareWvDict2(_classname_,_type_, _ftype_, _field_) __WvDict_base(_classname_, _type_, _ftype_, &obj->_field_) |
| #define | DeclareWvDict(_type_, _ftype_, _field_) DeclareWvDict2(_type_##Dict, _type_, _ftype_, _field_) |
| #define | DeclareWvTable2(_classname_, _type_) __WvDict_base(_classname_, _type_, _type_, obj) |
| #define | DeclareWvTable(_type_) DeclareWvTable2(_type_##Table, _type_) |
| #define | __WvDict_base(_classname_, _type_, _ftype_, _field_) |
Functions | |
| unsigned | WvHash (WvStringParm s) |
| unsigned | WvHash (const char *s) |
| unsigned | WvHash (const int &i) |
|
|
Value:
Definition at line 255 of file wvhashtable.h. |
|
|
Definition at line 245 of file wvhashtable.h. |
|
|
Definition at line 242 of file wvhashtable.h. |
|
|
Definition at line 251 of file wvhashtable.h. |
|
|
Definition at line 248 of file wvhashtable.h. |
|
|
Definition at line 32 of file wvhashtable.cc. |
|
|
Definition at line 12 of file wvhashtable.cc. |
|
|
Definition at line 26 of file wvhashtable.cc. |
1.3.7