|
Doxygen
|
#include <src/util.h>
Public Member Functions | |
| GetDefInput (const DString &scName, const DString &memName, const DString &a) | |
Public Attributes | |
| DString | scopeName |
| DString | memberName |
| DString | args |
| bool | forceEmptyScope = false |
| const FileDef * | currentFile = nullptr |
| bool | checkCV = false |
| bool | insideCode = false |
|
inline |
| DString GetDefInput::args |
Definition at line 84 of file util.h.
Referenced by GetDefInput(), and getDefs().
| bool GetDefInput::checkCV = false |
Definition at line 87 of file util.h.
Referenced by DocParser::findDocsForMemberOrCompound(), getDefs(), and resolveRef().
| const FileDef* GetDefInput::currentFile = nullptr |
Definition at line 86 of file util.h.
Referenced by getDefs(), getLinkInScope(), getLinkInScope(), and resolveRef().
| bool GetDefInput::forceEmptyScope = false |
Definition at line 85 of file util.h.
Referenced by getDefs(), and resolveRef().
| bool GetDefInput::insideCode = false |
Definition at line 88 of file util.h.
Referenced by getDefs(), getLinkInScope(), and getLinkInScope().
| DString GetDefInput::memberName |
Definition at line 83 of file util.h.
Referenced by GetDefInput(), and getDefs().
| DString GetDefInput::scopeName |
Definition at line 82 of file util.h.
Referenced by GetDefInput(), getDefs(), and getLinkInScope().