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
config.h
hrp::deleteURLScheme
HRP_UTIL_EXPORT string deleteURLScheme(string url)
Definition: UrlUtil.cpp:25
hrp
Definition: ColdetModel.h:28
hrp::getPathFromUrl
HRP_UTIL_EXPORT void getPathFromUrl(string &refUrl, const string &rootDir, string srcUrl)
Definition: UrlUtil.cpp:57
hrp::isFileProtocol
HRP_UTIL_EXPORT bool isFileProtocol(const string &ref)
Definition: UrlUtil.cpp:105
HRP_UTIL_EXPORT
#define HRP_UTIL_EXPORT
Definition: hrplib/hrpUtil/config.h:21


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Wed Sep 7 2022 02:51:04