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 GetDefInput(), and getDefs().
bool GetDefInput::checkCV = false |
Definition at line 118 of file util.h.
Referenced by DocParser::findDocsForMemberOrCompound(), getDefs(), and resolveRef().
const FileDef* GetDefInput::currentFile = nullptr |
Definition at line 117 of file util.h.
Referenced by getDefs(), getLinkInScope(), getLinkInScope(), and resolveRef().
bool GetDefInput::forceEmptyScope = false |
Definition at line 116 of file util.h.
Referenced by getDefs(), and resolveRef().
bool GetDefInput::insideCode = false |
Definition at line 119 of file util.h.
Referenced by getDefs(), getLinkInScope(), and getLinkInScope().
QCString GetDefInput::memberName |
Definition at line 114 of file util.h.
Referenced by GetDefInput(), and getDefs().
QCString GetDefInput::scopeName |
Definition at line 113 of file util.h.
Referenced by GetDefInput(), getDefs(), and getLinkInScope().