Doxygen
Loading...
Searching...
No Matches
filename.cpp File Reference
#include <mutex>
#include "cache.h"
#include "filename.h"
#include "filedef.h"
#include "dir.h"
#include "portable.h"
Include dependency graph for filename.cpp:

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, FindFileCacheElemg_findFileDefCache (5000)
static std::mutex g_findFileDefMutex

Variable Documentation

◆ g_findFileDefCache

Cache< std::string, FindFileCacheElem > g_findFileDefCache(5000) ( 5000 )
static

◆ g_findFileDefMutex

std::mutex g_findFileDefMutex
static

Definition at line 34 of file filename.cpp.

Referenced by FileNameLinkedMap::findFileDef().