|
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 96 of file util.h.
Referenced by getDefs(), and resolveRef().
| const ConceptDef* GetDefResult::cnd =nullptr |
Definition at line 100 of file util.h.
Referenced by getDefs(), and resolveRef().
| const FileDef* GetDefResult::fd =nullptr |
Definition at line 97 of file util.h.
Referenced by getDefs(), and resolveRef().
| bool GetDefResult::found = false |
Definition at line 94 of file util.h.
Referenced by DocParser::findDocsForMemberOrCompound(), getDefs(), getLinkInScope(), getLinkInScope(), linkifyText(), and resolveRef().
| const GroupDef* GetDefResult::gd =nullptr |
Definition at line 99 of file util.h.
Referenced by getDefs(), and resolveRef().
| const MemberDef* GetDefResult::md =nullptr |
Definition at line 95 of file util.h.
Referenced by DocParser::findDocsForMemberOrCompound(), getDefs(), getLinkInScope(), getLinkInScope(), linkifyText(), and resolveRef().
| const ModuleDef* GetDefResult::modd =nullptr |
Definition at line 101 of file util.h.
Referenced by getDefs(), and resolveRef().
| const NamespaceDef* GetDefResult::nd =nullptr |
Definition at line 98 of file util.h.
Referenced by getDefs(), and resolveRef().