![]() |
Gorgon Game Engine
|
This is the complete list of members for URI, including all inherited members.
Combine(const std::string &link) | URI | |
Convert() const | URI | |
fragment | URI | |
host | URI | |
IsValid() const | URI | |
operator bool() const | URI | |
operator std::string() const | URI | |
operator!=(const URI &other) const | URI | |
operator+(const std::string &link) | URI | |
operator==(const URI &other) const | URI | |
path | URI | |
port | URI | |
query | URI | |
scheme | URI | |
URI()=default | URI | |
URI(const std::string &scheme, const std::string &host, const std::string &path, const std::string &query="", const std::string &fragment="") | URI | |
URI(const std::string &scheme, const std::string &host, int port, const std::string &path, const std::string &query="", const std::string &fragment="") | URI | |
URI(const std::string &str, bool inpagelink=false) | URI | |
URI(const char *str) | URI | |
userinfo | URI |