This class manages an URL.
More...
This class manages an URL.
| virtual SYNCOLOR::URL::~URL |
( |
| ) |
|
|
virtual |
| static Ptr SYNCOLOR::URL::create |
( |
const char * |
locator | ) |
|
|
static |
Create an instance from a string.
- Parameters
-
- Returns
- an URL instance
| static Ptr SYNCOLOR::URL::create |
( |
const URL & |
url | ) |
|
|
static |
Create an instance from another url instance.
- Parameters
-
- Returns
- an URL instance
| virtual URL& SYNCOLOR::URL::operator= |
( |
const URL & |
r | ) |
|
|
pure virtual |
Assignation operator.
- Parameters
-
- Returns
- the current URL instance
| virtual const char* SYNCOLOR::URL::path |
( |
| ) |
const |
|
pure virtual |
Get the string from the managed path.
- Returns
- Can return null if no path exists to resource.