Skip to main content

The GetDefResult Struct Reference

Declaration

struct GetDefResult { ... }

Included Headers

#include <src/util.h>

Public Member Attributes Index

boolfound = false
const MemberDef *md =nullptr
const ClassDef *cd =nullptr
const FileDef *fd =nullptr
const NamespaceDef *nd =nullptr
const GroupDef *gd =nullptr
const ConceptDef *cnd =nullptr
const ModuleDef *modd =nullptr

Definition at line 122 of file util.h.

Public Member Attributes

cd

const ClassDef* GetDefResult::cd =nullptr

Definition at line 126 of file util.h.

126 const ClassDef *cd=nullptr;

Referenced by getDefs, getDefsNew, getDefsOld and resolveRef.

cnd

const ConceptDef* GetDefResult::cnd =nullptr

Definition at line 130 of file util.h.

130 const ConceptDef *cnd=nullptr;

Referenced by getDefsNew and resolveRef.

fd

const FileDef* GetDefResult::fd =nullptr

Definition at line 127 of file util.h.

127 const FileDef *fd=nullptr;

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.

129 const GroupDef *gd=nullptr;

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.

131 const ModuleDef *modd=nullptr;

Referenced by getDefsNew and resolveRef.

nd

const NamespaceDef* GetDefResult::nd =nullptr

Definition at line 128 of file util.h.

128 const NamespaceDef *nd=nullptr;

Referenced by getDefs, getDefsNew, getDefsOld and resolveRef.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.