|
Doxygen
|
#include <mutex>#include "cache.h"#include "filename.h"#include "filedef.h"#include "dir.h"#include "portable.h"Go to the source code of this file.
Classes | |
| struct | FindFileCacheElem |
| Cache element for the file name to FileDef mapping cache. More... | |
Variables | |
| static Cache< std::string, FindFileCacheElem > | g_findFileDefCache (5000) |
| static std::mutex | g_findFileDefMutex |
|
static |
Referenced by FileNameLinkedMap::findFileDef().
|
static |
Definition at line 34 of file filename.cpp.
Referenced by FileNameLinkedMap::findFileDef().