Lolly
1.4.28
Loading...
Searching...
No Matches
System
Classes
https_url.cpp
Go to the documentation of this file.
1
2
/******************************************************************************
3
* MODULE : https_url.cpp
4
* DESCRIPTION: url rooted with https://
5
* COPYRIGHT : (C) 1999 Joris van der Hoeven
6
* 2023 Darcy Shen
7
*******************************************************************************
8
* This software falls under the GNU general public license version 3 or later.
9
* It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
10
* in the root directory or <https://www.gnu.org/licenses/gpl-3.0.html>.
11
******************************************************************************/
12
13
#include "
url.hpp
"
14
15
https_url::https_url
(
string
name
)
16
:
url
(
url_root
(
"https"
) *
url_get_name
(
name
)) {}
17
18
https_url::https_url
(
const
char
*
name
)
19
:
url
(
url_root
(
"https"
) *
url_get_name
(
string
(
name
))) {}
https_url::https_url
https_url(const char *name)
Definition
https_url.cpp:18
list
The list class represents a linked list.
Definition
list.hpp:48
string
Definition
string.hpp:40
url
Definition
url.hpp:37
url_root
url url_root(string protocol)
Definition
url.cpp:96
url_get_name
url url_get_name(string s, int type, int i)
Definition
url.cpp:190
url.hpp
Generated by
1.10.0