#include <searchindex.h>
Classes | |
struct | Private |
Public Member Functions | |
SearchIndexExternal () | |
~SearchIndexExternal () | |
void | setCurrentDoc (Definition *ctx, const char *anchor, bool isSourceFile) |
void | addWord (const char *word, bool hiPriority) |
void | write (const char *file) |
Public Member Functions inherited from SearchIndexIntf | |
SearchIndexIntf (Kind k) | |
virtual | ~SearchIndexIntf () |
Kind | kind () const |
Private Attributes | |
Private * | p |
Additional Inherited Members | |
Public Types inherited from SearchIndexIntf | |
enum | Kind { Internal, External } |
Definition at line 100 of file searchindex.h.
SearchIndexExternal::SearchIndexExternal | ( | ) |
Definition at line 432 of file searchindex.cpp.
SearchIndexExternal::~SearchIndexExternal | ( | ) |
Definition at line 439 of file searchindex.cpp.
|
virtual |
Implements SearchIndexIntf.
Definition at line 527 of file searchindex.cpp.
|
virtual |
Implements SearchIndexIntf.
Definition at line 500 of file searchindex.cpp.
|
virtual |
Implements SearchIndexIntf.
Definition at line 536 of file searchindex.cpp.
|
private |
Definition at line 110 of file searchindex.h.