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
const ConceptDefcnd =nullptr
const ModuleDefmodd =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().

◆ cnd

const ConceptDef* GetDefResult::cnd =nullptr

Definition at line 130 of file util.h.

Referenced by getDefsNew(), 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

◆ modd

const ModuleDef* GetDefResult::modd =nullptr

Definition at line 131 of file util.h.

Referenced by getDefsNew(), and resolveRef().

◆ 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: