Go to the documentation of this file.
4 #ifndef DMLITE_CPP_UTILS_URLS_H
5 #define DMLITE_CPP_UTILS_URLS_H
21 explicit
Url(const std::
string& url) throw ();
24 bool operator == (const
Url&) const;
25 bool operator != (const
Url&) const;
26 bool operator < (const
Url&) const;
27 bool operator > (const
Url&) const;
38 static std::vector<std::
string>
splitPath(const std::
string&
path) throw ();
41 static std::
string joinPath(const std::vector<std::
string>& components) throw();
48 #endif // DMLITE_CPP_UTILS_URLS_H