|
My Project
|
#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 | ) |
| void IndexWord::addUrlIndex | ( | int | idx, |
| bool | hiPriority | ||
| ) |
Definition at line 62 of file searchindex.cpp.
References URLInfo::freq, and m_urls.
Referenced by SearchIndex::addWord().
|
inline |
Definition at line 61 of file searchindex.h.
References m_urls.
Referenced by SearchIndex::write().
|
inline |
Definition at line 62 of file searchindex.h.
References m_word.
Referenced by SearchIndex::write().
|
private |
Definition at line 66 of file searchindex.h.
Referenced by addUrlIndex(), IndexWord(), and urls().
|
private |
Definition at line 65 of file searchindex.h.
Referenced by word().