|
Doxygen
|
#include <unordered_map>#include <vector>#include "dstring.h"#include "linkedmap.h"#include "construct.h"Go to the source code of this file.
Classes | |
| class | RefItem |
| This struct represents an item in the list of references. More... | |
| class | RefList |
| List of cross-referenced items. More... | |
| class | RefListManager |
Typedefs | |
| using | RefItemVector = std::vector<RefItem*> |
Functions | |
| void | addRefItem (const RefItemVector &sli, const DString &key, const DString &prefix, const DString &name, const DString &title, const DString &args, const Definition *scope) |
| using RefItemVector = std::vector<RefItem*> |
|
inline |
Definition at line 134 of file reflist.h.
References DString::empty(), and prefix.
Referenced by MemberDefImpl::addListReference(), ClassDefImpl::addListReferences(), ConceptDefImpl::addListReferences(), DirDefImpl::addListReferences(), FileDefImpl::addListReferences(), GroupDefImpl::addListReferences(), ModuleDefImpl::addListReferences(), NamespaceDefImpl::addListReferences(), PageDefImpl::addListReferences(), and buildPageList().