|
Squid Web Cache master
|
#include <StoreSearch.h>
Public Member Functions | |
| StoreSearch () | |
| StoreSearch (StoreSearch const &) | |
| ~StoreSearch () override | |
| virtual void | next (void(callback)(void *cbdata), void *cbdata)=0 |
| virtual bool | next ()=0 |
| virtual bool | error () const =0 |
| virtual bool | isDone () const =0 |
| virtual StoreEntry * | currentItem ()=0 |
Definition at line 15 of file StoreSearch.h.
|
inline |
Definition at line 19 of file StoreSearch.h.
| StoreSearch::StoreSearch | ( | StoreSearch const & | ) |
|
inlineoverride |
Definition at line 22 of file StoreSearch.h.
|
pure virtual |
Implemented in Store::LocalSearch.
Referenced by statObjects(), storeCleanup(), storeDigestRebuildStep(), TestStoreController::testSearch(), TestStoreHashIndex::testSearch(), and TestUfs::testUfsSearch().
|
pure virtual |
Implemented in Store::LocalSearch.
Referenced by TestStoreController::testSearch(), TestStoreHashIndex::testSearch(), and TestUfs::testUfsSearch().
|
pure virtual |
Implemented in Store::LocalSearch.
Referenced by statObjects(), storeCleanup(), storeDigestRebuildStep(), TestStoreController::testSearch(), TestStoreHashIndex::testSearch(), and TestUfs::testUfsSearch().
|
pure virtual |
Implemented in Store::LocalSearch.
|
pure virtual |
Implemented in Store::LocalSearch.
Referenced by storeCleanup(), storeDigestRebuildStep(), TestStoreController::testSearch(), TestStoreHashIndex::testSearch(), and TestUfs::testUfsSearch().