public nothrow | Authority() |
public inline nothrow bool | GetFlag(Flags flag) const |
public inline nothrow const String<char>& | Host() const |
public inline nothrow int | Port() const |
public inline nothrow void | ResetFlag(Flags flag) |
public inline nothrow void | SetFlag(Flags flag) |
public nothrow void | SetHost(const String<char>& host_) |
public nothrow void | SetPort(int port_) |
public nothrow void | SetUserInfo(const String<char>& userInfo_) |
public nothrow String<char> | ToString() const |
public inline nothrow const String<char>& | UserInfo() const |
public inline nothrow Flags | operator&(Flags left, Flags right) const |
public inline nothrow Flags | operator|(Flags left, Flags right) const |
public inline nothrow Flags | operator~(Flags f) const |
public enum | Flags |
private Flags | flags |
private String<char> | host |
private int | port |
private String<char> | userInfo |