|
10Duke Scale C++ Client
|
#include <URLParser.h>
A service to parse URLs from strings.
Public Member Functions | |
| virtual std::unique_ptr<::tenduke::net::URL > | ptrFrom (const std::string &urlToParse) const =0 |
| Parses URL from provided string. | |
| virtual::tenduke::net::URL | from (const std::string &urlToParse) const =0 |
| Parses URL from provided string. | |
|
pure virtual |
Parses URL from provided string.
| tenduke::net::URLException | (or subclasses) if parsing the URL failed |
|
pure virtual |
Parses URL from provided string.
| tenduke::net::URLException | (or subclasses) if parsing the URL failed |