|
Doxygen
|
#include <src/util.h>
Public Attributes | |
| bool | found = false |
| const MemberDef * | md =nullptr |
| const ClassDef * | cd =nullptr |
| const FileDef * | fd =nullptr |
| const NamespaceDef * | nd =nullptr |
| const GroupDef * | gd =nullptr |
| const ConceptDef * | cnd =nullptr |
| const ModuleDef * | modd =nullptr |
| const ClassDef* GetDefResult::cd =nullptr |
Definition at line 174 of file util.h.
Referenced by getDefs(), and resolveRef().
| const ConceptDef* GetDefResult::cnd =nullptr |
Definition at line 178 of file util.h.
Referenced by getDefs(), and resolveRef().
| const FileDef* GetDefResult::fd =nullptr |
Definition at line 175 of file util.h.
Referenced by getDefs(), and resolveRef().
| bool GetDefResult::found = false |
Definition at line 172 of file util.h.
Referenced by DocParser::findDocsForMemberOrCompound(), getDefs(), getLinkInScope(), getLinkInScope(), linkifyText(), and resolveRef().
| const GroupDef* GetDefResult::gd =nullptr |
Definition at line 177 of file util.h.
Referenced by getDefs(), and resolveRef().
| const MemberDef* GetDefResult::md =nullptr |
Definition at line 173 of file util.h.
Referenced by DocParser::findDocsForMemberOrCompound(), getDefs(), getLinkInScope(), getLinkInScope(), linkifyText(), and resolveRef().
| const ModuleDef* GetDefResult::modd =nullptr |
Definition at line 179 of file util.h.
Referenced by getDefs(), and resolveRef().
| const NamespaceDef* GetDefResult::nd =nullptr |
Definition at line 176 of file util.h.
Referenced by getDefs(), and resolveRef().