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

#include <src/util.h>

+ Collaboration diagram for GetDefResult:

Public Attributes

bool found = false
 
const MemberDefmd =nullptr
 
const ClassDefcd =nullptr
 
const FileDeffd =nullptr
 
const NamespaceDefnd =nullptr
 
const GroupDefgd =nullptr
 

Detailed Description

Definition at line 122 of file util.h.

Member Data Documentation

◆ cd

const ClassDef* GetDefResult::cd =nullptr

Definition at line 126 of file util.h.

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

◆ fd

const FileDef* GetDefResult::fd =nullptr

Definition at line 127 of file util.h.

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

◆ found

bool GetDefResult::found = false

◆ gd

const GroupDef* GetDefResult::gd =nullptr

Definition at line 129 of file util.h.

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

◆ md

const MemberDef* GetDefResult::md =nullptr

◆ nd

const NamespaceDef* GetDefResult::nd =nullptr

Definition at line 128 of file util.h.

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


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