Doxygen
|
Helper class representing the stack of items considered while resolving the scope. 更多...
类 | |
struct | AccessElem |
Element in the stack. 更多... | |
Public 成员函数 | |
void | push (const Definition *scope, const FileDef *fileScope, const Definition *item) |
void | push (const Definition *scope, const FileDef *fileScope, const Definition *item, const QCString &expScope) |
void | pop () |
bool | find (const Definition *scope, const FileDef *fileScope, const Definition *item) |
bool | find (const Definition *scope, const FileDef *fileScope, const Definition *item, const QCString &expScope) |
void | clear () |
Private 属性 | |
std::vector< AccessElem > | m_elements |
Helper class representing the stack of items considered while resolving the scope.
在文件 symbolresolver.cpp 第 35 行定义.
|
inline |
|
inline |
在文件 symbolresolver.cpp 第 59 行定义.
引用了 m_elements.
被这些函数引用 SymbolResolver::Private::isAccessibleFrom() , 以及 SymbolResolver::Private::isAccessibleFromWithExpScope().
|
inline |
在文件 symbolresolver.cpp 第 65 行定义.
引用了 m_elements.
|
inline |
在文件 symbolresolver.cpp 第 55 行定义.
引用了 m_elements.
被这些函数引用 SymbolResolver::Private::isAccessibleFrom() , 以及 SymbolResolver::Private::isAccessibleFromWithExpScope().
|
inline |
在文件 symbolresolver.cpp 第 47 行定义.
引用了 m_elements.
被这些函数引用 SymbolResolver::Private::isAccessibleFrom() , 以及 SymbolResolver::Private::isAccessibleFromWithExpScope().
|
inline |
在文件 symbolresolver.cpp 第 51 行定义.
引用了 m_elements.
|
private |