56 Uri(
const std::string& uri);
111 std::shared_ptr<UriImpl> getImpl()
const;
122 std::shared_ptr<UriImpl> pImpl;
<a href="IconLegend.html"><img src="extRV.gif" alt="RemoteViz" border="0"></a>
Uri(const Uri &obj)
Copy constructor.
const std::string & getPath() const
Returns the path of the URI.
const std::string & getQuery() const
Returns any query information included in the specified URI.
const std::string & getAuthority() const
Returns the Domain Name System (DNS) host name or IP address and the port number for a server.
const std::string & getScheme() const
Returns the scheme name for this URI.
const std::string & getPathAndQuery() const
Returns the Path and Query properties separated by a question mark (?).
const std::string & getPort() const
Returns the port number of this URI.
Uri(const std::string &uri)
Creates an Uri object.
bool isAbsolute() const
Returns whether the Uri instance is absolute.
Uri & operator=(const Uri &obj)
Copy assignment operator.
#define RENDERSERVICE_API