#include <uri.h>
Definition at line 17 of file uri.h.
| Enumerator |
|---|
| NotSet |
|
| IPv4 |
|
| IPv6 |
|
| Domain |
|
Definition at line 19 of file uri.h.
| Botan::URI::URI |
( |
Type |
type, |
|
|
const std::string & |
host, |
|
|
unsigned short |
port |
|
) |
| |
|
inline |
Definition at line 31 of file uri.h.
| URI Botan::URI::fromAny |
( |
const std::string & |
uri | ) |
|
|
static |
| URI Botan::URI::fromDomain |
( |
const std::string & |
uri | ) |
|
|
static |
Definition at line 181 of file uri.cpp.
181 {
throw Not_Implemented(
"No socket support enabled in build");}
| URI Botan::URI::fromIPv4 |
( |
const std::string & |
uri | ) |
|
|
static |
Definition at line 182 of file uri.cpp.
182 {
throw Not_Implemented(
"No socket support enabled in build");}
| URI Botan::URI::fromIPv6 |
( |
const std::string & |
uri | ) |
|
|
static |
Definition at line 183 of file uri.cpp.
183 {
throw Not_Implemented(
"No socket support enabled in build");}
| bool Botan::URI::operator== |
( |
const URI & |
a | ) |
const |
|
inline |
| std::string Botan::URI::to_string |
( |
| ) |
const |
| const std::string Botan::URI::host {} |
| const uint16_t Botan::URI::port {} |
The documentation for this struct was generated from the following files: