HPCToolkit
FileNameMap.hpp
Go to the documentation of this file.
1 #ifndef FileNameMap_hpp
2 #define FileNameMap_hpp
3 
4 std::string &getRealPath(const char *name);
5 
6 #endif
7 
std::string & getRealPath(const char *name)
Definition: FileNameMap.cpp:47