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 ClassDef* GetDefResult::cd =nullptr |
Definition at line 126 of file util.h.
Referenced by getDefs(), getDefsNew(), getDefsOld(), and resolveRef().
const FileDef* GetDefResult::fd =nullptr |
Definition at line 127 of file util.h.
Referenced by getDefs(), getDefsNew(), getDefsOld(), and resolveRef().
bool GetDefResult::found = false |
Definition at line 124 of file util.h.
Referenced by DocParser::findDocsForMemberOrCompound(), getDefs(), getDefsNew(), getDefsOld(), getLinkInScope(), getLinkInScope(), if(), and resolveRef().
const GroupDef* GetDefResult::gd =nullptr |
Definition at line 129 of file util.h.
Referenced by getDefs(), getDefsNew(), getDefsOld(), and resolveRef().
const MemberDef* GetDefResult::md =nullptr |
Definition at line 125 of file util.h.
Referenced by DocParser::findDocsForMemberOrCompound(), getDefs(), getDefsNew(), getDefsOld(), getLinkInScope(), getLinkInScope(), if(), and resolveRef().
const NamespaceDef* GetDefResult::nd =nullptr |
Definition at line 128 of file util.h.
Referenced by getDefs(), getDefsNew(), getDefsOld(), and resolveRef().