Doxygen
Loading...
Searching...
No Matches
GetDefInput Struct Reference

#include <src/util.h>

+ Collaboration diagram for GetDefInput:

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 FileDefcurrentFile = nullptr
 
bool checkCV = false
 
bool insideCode = false
 

Detailed Description

Definition at line 109 of file util.h.

Constructor & Destructor Documentation

◆ GetDefInput()

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

Definition at line 111 of file util.h.

111 :
112 scopeName(scName),memberName(memName),args(a) {}
QCString scopeName
Definition util.h:113
QCString args
Definition util.h:115
QCString memberName
Definition util.h:114

Member Data Documentation

◆ args

QCString GetDefInput::args

Definition at line 115 of file util.h.

Referenced by getDefs(), getDefsNew(), and getDefsOld().

◆ checkCV

bool GetDefInput::checkCV = false

◆ currentFile

const FileDef* GetDefInput::currentFile = nullptr

Definition at line 117 of file util.h.

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

◆ forceEmptyScope

bool GetDefInput::forceEmptyScope = false

Definition at line 116 of file util.h.

Referenced by getDefs(), getDefsOld(), and resolveRef().

◆ insideCode

bool GetDefInput::insideCode = false

Definition at line 119 of file util.h.

Referenced by getDefsNew(), getLinkInScope(), and getLinkInScope().

◆ memberName

QCString GetDefInput::memberName

Definition at line 114 of file util.h.

Referenced by getDefs(), getDefsNew(), and getDefsOld().

◆ scopeName

QCString GetDefInput::scopeName

Definition at line 113 of file util.h.

Referenced by getDefs(), getDefsNew(), getDefsOld(), and getLinkInScope().


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