|
rippled
|
#include <StringUtilities.h>

Public Member Functions | |
| parsedURL ()=default | |
| bool | operator== (parsedURL const &other) const |
Public Attributes | |
| std::string | scheme |
| std::string | username |
| std::string | password |
| std::string | domain |
| std::optional< std::uint16_t > | port |
| std::string | path |
Definition at line 97 of file StringUtilities.h.
|
explicitdefault |
| bool xrpl::parsedURL::operator== | ( | parsedURL const & | other | ) | const |
Definition at line 109 of file StringUtilities.h.
| std::string xrpl::parsedURL::scheme |
Definition at line 101 of file StringUtilities.h.
| std::string xrpl::parsedURL::username |
Definition at line 102 of file StringUtilities.h.
| std::string xrpl::parsedURL::password |
Definition at line 103 of file StringUtilities.h.
| std::string xrpl::parsedURL::domain |
Definition at line 104 of file StringUtilities.h.
| std::optional<std::uint16_t> xrpl::parsedURL::port |
Definition at line 105 of file StringUtilities.h.
| std::string xrpl::parsedURL::path |
Definition at line 106 of file StringUtilities.h.