Doxygen
|
#include <src/util.h>
Public Member Functions | |
GetDefInput (const QCString &scName, const QCString &memName, const QCString &a) | |
Public Attributes | |
QCString | scopeName |
QCString | memberName |
QCString | args |
bool | forceEmptyScope = false |
const FileDef * | currentFile = nullptr |
bool | checkCV = false |
bool | insideCode = false |
|
inline |
QCString GetDefInput::args |
Definition at line 115 of file util.h.
Referenced by getDefs(), getDefsNew(), and getDefsOld().
bool GetDefInput::checkCV = false |
Definition at line 118 of file util.h.
Referenced by DocParser::findDocsForMemberOrCompound(), getDefs(), getDefsNew(), getDefsOld(), and resolveRef().
const FileDef* GetDefInput::currentFile = nullptr |
Definition at line 117 of file util.h.
Referenced by getDefs(), getDefsNew(), getDefsOld(), getLinkInScope(), getLinkInScope(), and resolveRef().
bool GetDefInput::forceEmptyScope = false |
Definition at line 116 of file util.h.
Referenced by getDefs(), getDefsOld(), and resolveRef().
bool GetDefInput::insideCode = false |
Definition at line 119 of file util.h.
Referenced by getDefsNew(), getLinkInScope(), and getLinkInScope().
QCString GetDefInput::memberName |
Definition at line 114 of file util.h.
Referenced by getDefs(), getDefsNew(), and getDefsOld().
QCString GetDefInput::scopeName |
Definition at line 113 of file util.h.
Referenced by getDefs(), getDefsNew(), getDefsOld(), and getLinkInScope().