HPCToolkit
FileNameMap.cpp File Reference
#include <map>
#include <string>
#include <string.h>
#include "realpath.h"
Include dependency graph for FileNameMap.cpp:

Go to the source code of this file.

Classes

class  FilenameCompare
 

Functions

std::string & getRealPath (const char *name)
 

Variables

static std::map< const char *, std::string *, FilenameComparefileNameMap
 

Function Documentation

◆ getRealPath()

std::string& getRealPath ( const char *  name)

Definition at line 47 of file FileNameMap.cpp.

Here is the call graph for this function:

Variable Documentation

◆ fileNameMap

std::map<const char *, std::string *, FilenameCompare> fileNameMap
static

Definition at line 40 of file FileNameMap.cpp.