60 #ifndef RealPathMgr_hpp 61 #define RealPathMgr_hpp 107 realpath(std::string& pathNm)
const;
136 dump(std::ostream& os,
uint flags = 0,
const char* pfx =
"")
const;
143 typedef std::map<std::string, std::string>
MyMap;
155 #endif // RealPathMgr_hpp void ddump(uint flags=0) const
static RealPathMgr & singleton()
PathReplacementMgr * m_pathReplaceMgr
bool realpath(std::string &pathNm) const
std::string m_searchPaths
std::string toString(uint flags=0) const
PathFindMgr * m_pathFindMgr
const std::string & searchPaths() const
std::map< std::string, std::string > MyMap
std::ostream & dump(std::ostream &os, uint flags=0, const char *pfx="") const