| 
    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 117 of file StringUtilities.h.
      
  | 
  explicitdefault | 
| bool ripple::parsedURL::operator== | ( | parsedURL const & | other | ) | const | 
Definition at line 129 of file StringUtilities.h.
| std::string ripple::parsedURL::scheme | 
Definition at line 121 of file StringUtilities.h.
| std::string ripple::parsedURL::username | 
Definition at line 122 of file StringUtilities.h.
| std::string ripple::parsedURL::password | 
Definition at line 123 of file StringUtilities.h.
| std::string ripple::parsedURL::domain | 
Definition at line 124 of file StringUtilities.h.
| std::optional<std::uint16_t> ripple::parsedURL::port | 
Definition at line 125 of file StringUtilities.h.
| std::string ripple::parsedURL::path | 
Definition at line 126 of file StringUtilities.h.