#include <url.h>
◆ url() [1/3]
◆ url() [2/3]
litehtml::url::url |
( |
const string & |
str | ) |
|
|
explicit |
◆ url() [3/3]
litehtml::url::url |
( |
const string & |
scheme, |
|
|
const string & |
authority, |
|
|
const string & |
path, |
|
|
const string & |
query, |
|
|
const string & |
fragment |
|
) |
| |
◆ authority()
const string & litehtml::url::authority |
( |
| ) |
const |
|
inline |
◆ fragment()
const string & litehtml::url::fragment |
( |
| ) |
const |
|
inline |
◆ has_authority()
bool litehtml::url::has_authority |
( |
| ) |
const |
|
inline |
◆ has_fragment()
bool litehtml::url::has_fragment |
( |
| ) |
const |
|
inline |
◆ has_path()
bool litehtml::url::has_path |
( |
| ) |
const |
|
inline |
◆ has_query()
bool litehtml::url::has_query |
( |
| ) |
const |
|
inline |
◆ has_scheme()
bool litehtml::url::has_scheme |
( |
| ) |
const |
|
inline |
◆ path()
const string & litehtml::url::path |
( |
| ) |
const |
|
inline |
◆ query()
const string & litehtml::url::query |
( |
| ) |
const |
|
inline |
◆ scheme()
const string & litehtml::url::scheme |
( |
| ) |
const |
|
inline |
◆ str()
const string & litehtml::url::str |
( |
| ) |
const |
|
inline |
◆ absolute_
bool litehtml::url::absolute_ = false |
|
protected |
◆ authority_
string litehtml::url::authority_ |
|
protected |
◆ fragment_
string litehtml::url::fragment_ |
|
protected |
◆ path_
string litehtml::url::path_ |
|
protected |
◆ query_
string litehtml::url::query_ |
|
protected |
◆ scheme_
string litehtml::url::scheme_ |
|
protected |
◆ str_
string litehtml::url::str_ |
|
protected |
The documentation for this class was generated from the following files:
- vendor/litehtml/include/litehtml/url.h
- vendor/litehtml/src/url.cpp