From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_url.html | 248 ----------------------------------------- 1 file changed, 248 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_url.html (limited to 'docs/class_tg_bot_1_1_url.html') diff --git a/docs/class_tg_bot_1_1_url.html b/docs/class_tg_bot_1_1_url.html deleted file mode 100644 index 594a4f5..0000000 --- a/docs/class_tg_bot_1_1_url.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::Url Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Url Class Reference
-
-
- -

This class parses a string with the url. - More...

- -

#include <Url.h>

- - - - -

-Public Member Functions

 Url (const std::string &url)
 
- - - - - - - - - - - - - - - - -

-Public Attributes

std::string protocol
 Protocol part of an url. Example: https://. More...
 
std::string host
 Host part of an url. Example: www.example.com. More...
 
std::string path
 Path part of an url including preceding '/' char. Example: /index.html. More...
 
std::string query
 Query part of an url without '?' char. Example: a=1&b=2&c=3. More...
 
std::string fragment
 Fragment part of an url without '#' char. Example: section1. More...
 
-

Detailed Description

-

This class parses a string with the url.

- -

Definition at line 35 of file Url.h.

-

Constructor & Destructor Documentation

- -

◆ Url()

- -
-
- - - - - - - - -
TgBot::Url::Url (const std::string & url)
-
- -
-
-

Member Data Documentation

- -

◆ fragment

- -
-
- - - - -
std::string TgBot::Url::fragment
-
- -

Fragment part of an url without '#' char. Example: section1.

- -

Definition at line 63 of file Url.h.

- -
-
- -

◆ host

- -
-
- - - - -
std::string TgBot::Url::host
-
- -

Host part of an url. Example: www.example.com.

- -

Definition at line 48 of file Url.h.

- -
-
- -

◆ path

- -
-
- - - - -
std::string TgBot::Url::path
-
- -

Path part of an url including preceding '/' char. Example: /index.html.

- -

Definition at line 53 of file Url.h.

- -
-
- -

◆ protocol

- -
-
- - - - -
std::string TgBot::Url::protocol
-
- -

Protocol part of an url. Example: https://.

- -

Definition at line 43 of file Url.h.

- -
-
- -

◆ query

- -
-
- - - - -
std::string TgBot::Url::query
-
- -

Query part of an url without '?' char. Example: a=1&b=2&c=3.

- -

Definition at line 58 of file Url.h.

- -
-
-
The documentation for this class was generated from the following file:
    -
  • include/tgbot/net/Url.h
  • -
-
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_url.html | 263 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 263 insertions(+) create mode 100644 docs/class_tg_bot_1_1_url.html (limited to 'docs/class_tg_bot_1_1_url.html') diff --git a/docs/class_tg_bot_1_1_url.html b/docs/class_tg_bot_1_1_url.html new file mode 100644 index 0000000..c57eab7 --- /dev/null +++ b/docs/class_tg_bot_1_1_url.html @@ -0,0 +1,263 @@ + + + + + + +tgbot-cpp: TgBot::Url Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Url Class Reference
+
+
+ +

This class parses a string with the url. + More...

+ +

#include <Url.h>

+ + + + +

+Public Member Functions

 Url (const std::string &url)
 
+ + + + + + + + + + + + + + + + +

+Public Attributes

std::string protocol
 Protocol part of an url. Example: https://. More...
 
std::string host
 Host part of an url. Example: www.example.com. More...
 
std::string path
 Path part of an url including preceding '/' char. Example: /index.html. More...
 
std::string query
 Query part of an url without '?' char. Example: a=1&b=2&c=3. More...
 
std::string fragment
 Fragment part of an url without '#' char. Example: section1. More...
 
+

Detailed Description

+

This class parses a string with the url.

+ +

Definition at line 35 of file Url.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
TgBot::Url::Url (const std::string & url)
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
std::string TgBot::Url::fragment
+
+ +

Fragment part of an url without '#' char. Example: section1.

+ +

Definition at line 63 of file Url.h.

+ +
+
+ +
+
+ + + + +
std::string TgBot::Url::host
+
+ +

Host part of an url. Example: www.example.com.

+ +

Definition at line 48 of file Url.h.

+ +
+
+ +
+
+ + + + +
std::string TgBot::Url::path
+
+ +

Path part of an url including preceding '/' char. Example: /index.html.

+ +

Definition at line 53 of file Url.h.

+ +
+
+ +
+
+ + + + +
std::string TgBot::Url::protocol
+
+ +

Protocol part of an url. Example: https://.

+ +

Definition at line 43 of file Url.h.

+ +
+
+ +
+
+ + + + +
std::string TgBot::Url::query
+
+ +

Query part of an url without '?' char. Example: a=1&b=2&c=3.

+ +

Definition at line 58 of file Url.h.

+ +
+
+
The documentation for this class was generated from the following file:
    +
  • include/tgbot/net/Url.h
  • +
+
+
+ + + + -- cgit v1.2.3