|
Doxygen
|
#include <unordered_map>#include <string>#include <vector>#include "symbolresolver.h"#include "util.h"#include "doxygen.h"#include "namespacedef.h"#include "config.h"#include "defargs.h"
symbolresolver.cpp 的引用(Include)关系图:类 | |
| class | AccessStack |
| Helper class representing the stack of items considered while resolving the scope. 更多... | |
| struct | AccessStack::AccessElem |
| Element in the stack. 更多... | |
| struct | SymbolResolver::Private |
类型定义 | |
| using | VisitedNamespaces = std::unordered_map< std::string, const Definition * > |
变量 | |
| static std::mutex | g_cacheMutex |
| static std::recursive_mutex | g_cacheTypedefMutex |
| using VisitedNamespaces = std::unordered_map<std::string,const Definition *> |
在文件 symbolresolver.cpp 第 82 行定义.
|
static |
在文件 symbolresolver.cpp 第 27 行定义.
|
static |
在文件 symbolresolver.cpp 第 28 行定义.