|
Doxygen
|
Public Types | |
| using | URLInfoMap = std::unordered_map<int,URLInfo> |
Public Member Functions | |
| IndexWord (const QCString &word) | |
| void | addUrlIndex (int, bool) |
| URLInfoMap | urls () const |
| QCString | word () const |
Private Attributes | |
| QCString | m_word |
| URLInfoMap | m_urls |
Definition at line 80 of file searchindex.h.
| using SearchIndex::IndexWord::URLInfoMap = std::unordered_map<int,URLInfo> |
Definition at line 83 of file searchindex.h.
|
inline |
Definition at line 84 of file searchindex.h.
| void SearchIndex::IndexWord::addUrlIndex | ( | int | idx, |
| bool | hiPriority ) |
Definition at line 53 of file searchindex.cpp.
References m_urls.
|
inline |
|
inline |
|
private |
Definition at line 91 of file searchindex.h.
Referenced by addUrlIndex(), and urls().
|
private |
Definition at line 90 of file searchindex.h.
Referenced by IndexWord(), and word().