|
xapian-core
2.0.0
|
#include <spymaster.h>
Collaboration diagram for SpyMaster:Public Member Functions | |
| SpyMaster (const std::vector< opt_ptr_spy > *spies_) | |
| operator bool () const | |
| void | operator() (const Xapian::Document &doc, double weight) |
Private Types | |
| typedef Xapian::Internal::opt_intrusive_ptr< Xapian::MatchSpy > | opt_ptr_spy |
Private Attributes | |
| const std::vector< opt_ptr_spy > * | spies |
| The MatchSpy objects to apply. More... | |
Definition at line 29 of file spymaster.h.
|
private |
Definition at line 30 of file spymaster.h.
|
inlineexplicit |
Definition at line 36 of file spymaster.h.
|
inline |
Definition at line 40 of file spymaster.h.
References spies.
|
inline |
Definition at line 42 of file spymaster.h.
References spies.
|
private |
The MatchSpy objects to apply.
Definition at line 33 of file spymaster.h.
Referenced by operator bool(), and operator()().