Skip to main content

The AccessElem Struct Reference

Element in the stack. More...

Declaration

struct AccessStack::AccessElem { ... }

Public Constructors Index

AccessElem (const Definition *d, const FileDef *f, const Definition *i)
AccessElem (const Definition *d, const FileDef *f, const Definition *i, const QCString &e)

Public Member Attributes Index

const Definition *scope
const FileDef *fileScope
const Definition *item
QCStringexpScope

Description

Element in the stack.

Definition at line 61 of file symbolresolver.cpp.

Public Constructors

AccessElem()

AccessStack::AccessElem::AccessElem (const Definition * d, const FileDef * f, const Definition * i)
inline

Definition at line 63 of file symbolresolver.cpp.

63 AccessElem(const Definition *d,const FileDef *f,const Definition *i) : scope(d), fileScope(f), item(i) {}

References fileScope, item and scope.

AccessElem()

AccessStack::AccessElem::AccessElem (const Definition * d, const FileDef * f, const Definition * i, const QCString & e)
inline

Definition at line 64 of file symbolresolver.cpp.

64 AccessElem(const Definition *d,const FileDef *f,const Definition *i,const QCString &e) : scope(d), fileScope(f), item(i), expScope(e) {}

References expScope, fileScope, item and scope.

Public Member Attributes

expScope

QCString AccessStack::AccessElem::expScope

Definition at line 68 of file symbolresolver.cpp.

Referenced by AccessElem.

fileScope

const FileDef* AccessStack::AccessElem::fileScope

Definition at line 66 of file symbolresolver.cpp.

Referenced by AccessElem and AccessElem.

item

const Definition* AccessStack::AccessElem::item

Definition at line 67 of file symbolresolver.cpp.

Referenced by AccessElem and AccessElem.

scope

const Definition* AccessStack::AccessElem::scope

Definition at line 65 of file symbolresolver.cpp.

Referenced by AccessElem and AccessElem.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.