|
||||
File indexing completed on 2024-04-06 11:56:20
0001 #ifndef GENERS_URIUTILS_HH_ 0002 #define GENERS_URIUTILS_HH_ 0003 0004 #include <string> 0005 0006 namespace gs { 0007 std::string localFileURI(const char *filename); 0008 0009 std::string fileTail(const char *filename); 0010 0011 std::string fileDirname(const char *filename); 0012 0013 std::string joinDir1WithName2(const char *fname1, const char *fname2); 0014 } // namespace gs 0015 0016 #endif // GENERS_URIUTILS_HH_
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |