Wire Sysio Wire Sysion 1.0.0
|
#include <url.hpp>
Public Member Functions | |
url () | |
url (const string &u) | |
url (const url &c) | |
url (url &&c) | |
url (const string &proto, const ostring &host, const ostring &user, const ostring &pass, const opath &path, const ostring &query, const ovariant_object &args, const std::optional< uint16_t > &port) | |
~url () | |
url & | operator= (const url &c) |
url & | operator= (url &&c) |
url & | operator= (const mutable_url &c) |
url & | operator= (mutable_url &&c) |
bool | operator== (const url &cmp) const |
operator string () const | |
string | proto () const |
ostring | host () const |
ostring | user () const |
ostring | pass () const |
opath | path () const |
ostring | query () const |
ovariant_object | args () const |
std::optional< uint16_t > | port () const |
Friends | |
class | mutable_url |
fc::url::url | ( | ) |
Definition at line 121 of file url.cpp.
|
explicit |
fc::url::url | ( | url && | c | ) |
fc::url::url | ( | const string & | proto, |
const ostring & | host, | ||
const ostring & | user, | ||
const ostring & | pass, | ||
const opath & | path, | ||
const ostring & | query, | ||
const ovariant_object & | args, | ||
const std::optional< uint16_t > & | port ) |
Definition at line 134 of file url.cpp.
ovariant_object fc::url::args | ( | ) | const |
ostring fc::url::host | ( | ) | const |
fc::url::operator string | ( | ) | const |
url & fc::url::operator= | ( | const mutable_url & | c | ) |
url & fc::url::operator= | ( | mutable_url && | c | ) |
Definition at line 156 of file url.cpp.
bool fc::url::operator== | ( | const url & | cmp | ) | const |
ostring fc::url::pass | ( | ) | const |
opath fc::url::path | ( | ) | const |
std::optional< uint16_t > fc::url::port | ( | ) | const |
string fc::url::proto | ( | ) | const |
ostring fc::url::query | ( | ) | const |
ostring fc::url::user | ( | ) | const |