BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <url.hpp>
Public Member Functions | |
url () | |
url (const string &u) | |
url (const url &c) | |
url (url &&c) | |
url (mutable_url &&c) | |
url (const mutable_url &c) | |
~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 |
ovariant_object | args () const |
fc::optional< uint16_t > | port () const |
Friends | |
class | mutable_url |
fc::url::url | ( | mutable_url && | c | ) |
fc::url::url | ( | const mutable_url & | c | ) |
ovariant_object fc::url::args | ( | ) | const |
url & fc::url::operator= | ( | const mutable_url & | c | ) |
url & fc::url::operator= | ( | mutable_url && | c | ) |
bool fc::url::operator== | ( | const url & | cmp | ) | const |
fc::optional< uint16_t > fc::url::port | ( | ) | const |
|
friend |