UrlUtil.h
Go to the documentation of this file.
1 
5 #ifndef OPENHRP_UTIL_URL_UTIL_H_INCLUDED
6 #define OPENHRP_UTIL_URL_UTIL_H_INCLUDED
7 
8 #include "config.h"
9 #include <string>
10 using namespace std;
11 
12 namespace hrp
13 {
14  HRP_UTIL_EXPORT string deleteURLScheme(string url);
15  HRP_UTIL_EXPORT void getPathFromUrl(string& refUrl, const string& rootDir, string srcUrl);
16  HRP_UTIL_EXPORT bool isFileProtocol(const string& ref);
17 };
18 #endif
#define HRP_UTIL_EXPORT
HRP_UTIL_EXPORT void getPathFromUrl(string &refUrl, const string &rootDir, string srcUrl)
Definition: UrlUtil.cpp:57
HRP_UTIL_EXPORT string deleteURLScheme(string url)
Definition: UrlUtil.cpp:25
HRP_UTIL_EXPORT bool isFileProtocol(const string &ref)
Definition: UrlUtil.cpp:105


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sat May 8 2021 02:42:41