Classes | |
struct | AccessElem |
Public Member Functions | |
AccessStack () | |
void | push (Definition *scope, FileDef *fileScope, Definition *item) |
void | push (Definition *scope, FileDef *fileScope, Definition *item, const QCString &expScope) |
void | pop () |
bool | find (Definition *scope, FileDef *fileScope, Definition *item) |
bool | find (Definition *scope, FileDef *fileScope, Definition *item, const QCString &expScope) |
Private Attributes | |
int | m_index |
AccessElem | m_elements [MAX_STACK_SIZE] |
Helper class representing the stack of items considered while resolving the scope.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |