#include "wvbdbhash.h"
#include "wvhashtable.h"
#include "wvstream.h"
Go to the source code of this file.
Typedefs | |
typedef WvBdbHash< WvString, WvString > | StrStrMap |
Functions | |
DeclareWvDict (KeyVal, WvString, key) | |
KeyValDict | keyvals (3) |
KeyValDict::Iter | gi (keyvals) |
bool | cmptest (WvStringParm wantkey, WvStringParm wantval, WvStringParm gotkey, WvStringParm gotval) |
bool | itertest (StrStrMap::Iter &i, WvStringParm key, WvStringParm want) |
bool | itertest2 (StrStrMap &ss, WvStringParm key, WvStringParm want) |
void | itertest3 (WvStream &s, void *userdata) |
int | alpha (const KeyVal *a, const KeyVal *b) |
bool | runtests (StrStrMap &ss) |
int | main () |
Variables | |
bool | iterdone |
|
Definition at line 10 of file bdbtest2.cc. Referenced by itertest3(), and main(). |
|
Definition at line 60 of file bdbtest2.cc. Referenced by runtests(). |
|
Definition at line 26 of file bdbtest2.cc. References WvStream::print(), and wvcon. Referenced by itertest(), and runtests(). |
|
|
|
Referenced by itertest3(), and runtests(). |
|
Definition at line 39 of file bdbtest2.cc. References cmptest(). Referenced by itertest2(), and runtests(). |
|
Definition at line 45 of file bdbtest2.cc. References itertest(). Referenced by itertest3(), and runtests(). |
|
Definition at line 51 of file bdbtest2.cc. References WvStream::alarm(), gi(), iterdone, itertest2(), and StrStrMap. Referenced by runtests(). |
|
Referenced by main(), and runtests(). |
|
Definition at line 192 of file bdbtest2.cc. References WvBdbHash< K, D >::add(), WvFastString::cstr(), WvError::errstr(), WvError::isok(), keyvals(), WvStream::print(), runtests(), WvError::seterr(), StrStrMap, wvcon, and WvBdbHashBase::zap(). |
|
Definition at line 66 of file bdbtest2.cc. References WvStream::alarm(), alpha(), WvStream::callback(), cmptest(), gi(), iterdone, itertest(), itertest2(), itertest3(), keyvals(), WvStream::print(), WvStream::select(), WvStream::setcallback(), and wvcon. Referenced by main(). |
|
Definition at line 24 of file bdbtest2.cc. Referenced by itertest3(), and runtests(). |