rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
xrpl::parsedURL Struct Reference

#include <StringUtilities.h>

Collaboration diagram for xrpl::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 97 of file StringUtilities.h.

Constructor & Destructor Documentation

◆ parsedURL()

xrpl::parsedURL::parsedURL ( )
explicitdefault

Member Function Documentation

◆ operator==()

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

Definition at line 109 of file StringUtilities.h.

Member Data Documentation

◆ scheme

std::string xrpl::parsedURL::scheme

Definition at line 101 of file StringUtilities.h.

◆ username

std::string xrpl::parsedURL::username

Definition at line 102 of file StringUtilities.h.

◆ password

std::string xrpl::parsedURL::password

Definition at line 103 of file StringUtilities.h.

◆ domain

std::string xrpl::parsedURL::domain

Definition at line 104 of file StringUtilities.h.

◆ port

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

Definition at line 105 of file StringUtilities.h.

◆ path

std::string xrpl::parsedURL::path

Definition at line 106 of file StringUtilities.h.