#include <searchindex.h>
Public Member Functions | |
| IndexWord (const char *word) | |
| void | addUrlIndex (int, bool) |
| const QIntDict< URLInfo > & | urls () const |
| QCString | word () const |
Private Attributes | |
| QCString | m_word |
| QIntDict< URLInfo > | m_urls |
Definition at line 56 of file searchindex.h.
| IndexWord::IndexWord | ( | const char * | word | ) |
Definition at line 56 of file searchindex.cpp.
| void IndexWord::addUrlIndex | ( | int | idx, |
| bool | hiPriority | ||
| ) |
Definition at line 62 of file searchindex.cpp.
Definition at line 61 of file searchindex.h.
|
inline |
Definition at line 62 of file searchindex.h.
Definition at line 66 of file searchindex.h.
|
private |
Definition at line 65 of file searchindex.h.
1.8.11