Cupt
|
uniform resource indentifier, "download path" More...
#include <cupt/download/uri.hpp>
Public Member Functions | |
Uri (const string &uri) | |
constructor More... | |
Uri (const Uri &other) | |
copy constructor More... | |
Uri & | operator= (const Uri &other) |
assignment operator More... | |
virtual | ~Uri () |
destructor | |
string | getProtocol () const |
gets protocol name | |
string | getHost () const |
gets host name | |
string | getOpaque () const |
gets the path without protocol specification | |
operator string () const | |
gets string representation | |
uniform resource indentifier, "download path"
cupt::download::Uri::Uri | ( | const string & | uri | ) |
constructor
uri | string representation of URI |
cupt::download::Uri::Uri | ( | const Uri & | other | ) |
copy constructor
other | object to copy from |
assignment operator
other | object to assign from |