Skip to main content

The GetDefInput Struct Reference

Declaration

struct GetDefInput { ... }

Included Headers

#include <src/util.h>

Public Constructors Index

GetDefInput (const QCString &scName, const QCString &memName, const QCString &a)

Public Member Attributes Index

QCStringscopeName
QCStringmemberName
QCStringargs
boolforceEmptyScope = false
const FileDef *currentFile = nullptr
boolcheckCV = false
boolinsideCode = false

Definition at line 109 of file util.h.

Public Constructors

GetDefInput()

GetDefInput::GetDefInput (const QCString & scName, const QCString & memName, const QCString & a)
inline

Definition at line 111 of file util.h.

111 GetDefInput(const QCString &scName,const QCString &memName,const QCString &a) :
112 scopeName(scName),memberName(memName),args(a) {}

References args, memberName and scopeName.

Public Member Attributes

args

QCString GetDefInput::args

Definition at line 115 of file util.h.

Referenced by GetDefInput, getDefs, getDefsNew and getDefsOld.

checkCV

bool GetDefInput::checkCV = false

Definition at line 118 of file util.h.

118 bool checkCV = false;

Referenced by DocParser::findDocsForMemberOrCompound, getDefs, getDefsNew, getDefsOld and resolveRef.

currentFile

const FileDef* GetDefInput::currentFile = nullptr

Definition at line 117 of file util.h.

117 const FileDef *currentFile = nullptr;

Referenced by getDefs, getDefsNew, getDefsOld, getLinkInScope, getLinkInScope and resolveRef.

forceEmptyScope

bool GetDefInput::forceEmptyScope = false

Definition at line 116 of file util.h.

116 bool forceEmptyScope = false;

Referenced by getDefs, getDefsOld and resolveRef.

insideCode

bool GetDefInput::insideCode = false

Definition at line 119 of file util.h.

119 bool insideCode = false;

Referenced by getDefsNew, getLinkInScope and getLinkInScope.

memberName

QCString GetDefInput::memberName

Definition at line 114 of file util.h.

Referenced by GetDefInput, getDefs, getDefsNew and getDefsOld.

scopeName

QCString GetDefInput::scopeName

Definition at line 113 of file util.h.

Referenced by GetDefInput, getDefs, getDefsNew, getDefsOld and getLinkInScope.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.