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 |
QCString | expScope |
Description
Element in the stack.
Definition at line 61 of file symbolresolver.cpp.
Public Constructors
AccessElem()
| 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) {}
AccessElem()
| 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) {}
Public Member Attributes
expScope
|
fileScope
|
Definition at line 66 of file symbolresolver.cpp.
Referenced by AccessElem and AccessElem.
item
|
Definition at line 67 of file symbolresolver.cpp.
67 const Definition *item;
Referenced by AccessElem and AccessElem.
scope
|
Definition at line 65 of file symbolresolver.cpp.
65 const Definition *scope;
Referenced by AccessElem and AccessElem.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.