Audacity 3.2.0
|
#include <UriParser.h>
Public Attributes | |
std::string_view | Scheme |
std::string_view | UserInfo |
std::string_view | Host |
std::string_view | Port |
std::string_view | Path |
std::string_view | Query |
std::string_view | Fragment |
Definition at line 12 of file UriParser.h.
std::string_view UriFields::Fragment |
Definition at line 19 of file UriParser.h.
Referenced by ParseUri().
std::string_view UriFields::Host |
Definition at line 15 of file UriParser.h.
Referenced by ParseUri().
std::string_view UriFields::Path |
Definition at line 17 of file UriParser.h.
Referenced by ParseUri().
std::string_view UriFields::Port |
Definition at line 16 of file UriParser.h.
Referenced by ParseUri().
std::string_view UriFields::Query |
Definition at line 18 of file UriParser.h.
Referenced by ParseUri().
std::string_view UriFields::Scheme |
Definition at line 13 of file UriParser.h.
Referenced by ParseUri().
std::string_view UriFields::UserInfo |
Definition at line 14 of file UriParser.h.
Referenced by ParseUri().