#include <lib_uri.h>
|
| | uri (const std::string &url_s) |
| |
| | uri (const char url_c[]) |
| |
| const std::string & | protocol () const |
| |
| const std::string & | host () const |
| |
| const std::string & | path () const |
| |
| | uri (const uri &another)=delete |
| |
| uri & | operator= (const uri &another)=delete |
| |
◆ uri() [1/3]
| mui::uri::uri |
( |
const std::string & |
url_s | ) |
|
|
inline |
◆ uri() [2/3]
| mui::uri::uri |
( |
const char |
url_c[] | ) |
|
|
inline |
◆ uri() [3/3]
| mui::uri::uri |
( |
const uri & |
another | ) |
|
|
delete |
◆ host()
| const std::string& mui::uri::host |
( |
| ) |
const |
|
inline |
◆ operator=()
| uri& mui::uri::operator= |
( |
const uri & |
another | ) |
|
|
delete |
◆ path()
| const std::string& mui::uri::path |
( |
| ) |
const |
|
inline |
◆ protocol()
| const std::string& mui::uri::protocol |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: