rippled
Public Member Functions | Public Attributes | List of all members
ripple::parsedURL Struct Reference
Collaboration diagram for ripple::parsedURL:
Collaboration graph
[legend]

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_tport
 
std::string path
 

Detailed Description

Definition at line 116 of file StringUtilities.h.

Constructor & Destructor Documentation

◆ parsedURL()

ripple::parsedURL::parsedURL ( )
explicitdefault

Member Function Documentation

◆ operator==()

bool ripple::parsedURL::operator== ( parsedURL const &  other) const

Definition at line 128 of file StringUtilities.h.

Member Data Documentation

◆ scheme

std::string ripple::parsedURL::scheme

Definition at line 120 of file StringUtilities.h.

◆ username

std::string ripple::parsedURL::username

Definition at line 121 of file StringUtilities.h.

◆ password

std::string ripple::parsedURL::password

Definition at line 122 of file StringUtilities.h.

◆ domain

std::string ripple::parsedURL::domain

Definition at line 123 of file StringUtilities.h.

◆ port

std::optional<std::uint16_t> ripple::parsedURL::port

Definition at line 124 of file StringUtilities.h.

◆ path

std::string ripple::parsedURL::path

Definition at line 125 of file StringUtilities.h.