#include <qdp_db_stub.h>
Dummy DBKey Base class: emulate class from filedb/src/DBKey.h
Definition at line 71 of file qdp_db_stub.h.
◆ ~DBKey()
| FILEDB::DBKey::~DBKey |
( |
void | | ) |
|
|
inline |
◆ DBKey()
| FILEDB::DBKey::DBKey |
( |
void | | ) |
|
|
inlineprotected |
◆ hasCompareFunc()
| virtual int FILEDB::DBKey::hasCompareFunc |
( |
void | | ) |
const |
|
pure virtual |
Does this key provide its own btree key compare function If this class is going to provide the compare function, use the above compare function definition to implement a static function with name compare
- Returns
- 1 this class provide compare function, 0 otherwise
◆ hasHashFunc()
| virtual int FILEDB::DBKey::hasHashFunc |
( |
void | | ) |
const |
|
pure virtual |
Does this key provide its own hash function If this class is going to provide the hash function, use the above hash function definition to implement a static function with name hash
- Returns
- 1 this class provide hash function, 0 otherwise
The documentation for this class was generated from the following file: