From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d9/d86/class_tg_bot_1_1_url.html | 235 ++++++++++++++++++++++++++++++++++ docs/d9/d86/class_tg_bot_1_1_url.js | 9 ++ 2 files changed, 244 insertions(+) create mode 100644 docs/d9/d86/class_tg_bot_1_1_url.html create mode 100644 docs/d9/d86/class_tg_bot_1_1_url.js (limited to 'docs/d9/d86') diff --git a/docs/d9/d86/class_tg_bot_1_1_url.html b/docs/d9/d86/class_tg_bot_1_1_url.html new file mode 100644 index 0000000..fc306f5 --- /dev/null +++ b/docs/d9/d86/class_tg_bot_1_1_url.html @@ -0,0 +1,235 @@ + + + + + + + +tgbot-cpp: TgBot::Url Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Url Class Reference
+
+
+ +

#include <Url.h>

+ + + + +

+Public Member Functions

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

+Public Attributes

std::string protocol
 
std::string host
 
std::string path
 
std::string query
 
std::string fragment
 
+

Detailed Description

+

This class parses a string with the url

+ +

Definition at line 34 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 62 of file Url.h.

+ +
+
+ +

◆ host

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

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

+ +

Definition at line 47 of file Url.h.

+ +
+
+ +

◆ path

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

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

+ +

Definition at line 52 of file Url.h.

+ +
+
+ +

◆ protocol

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

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

+ +

Definition at line 42 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 57 of file Url.h.

+ +
+
+
The documentation for this class was generated from the following file:
    +
  • include/tgbot/net/Url.h
  • +
+
+
+ + + + diff --git a/docs/d9/d86/class_tg_bot_1_1_url.js b/docs/d9/d86/class_tg_bot_1_1_url.js new file mode 100644 index 0000000..addcda3 --- /dev/null +++ b/docs/d9/d86/class_tg_bot_1_1_url.js @@ -0,0 +1,9 @@ +var class_tg_bot_1_1_url = +[ + [ "Url", "d9/d86/class_tg_bot_1_1_url.html#a5c3add4bb050af6ad7b5444b9ad0a0a3", null ], + [ "fragment", "d9/d86/class_tg_bot_1_1_url.html#abed0138e57cc2d003b61b319f34c4fcd", null ], + [ "host", "d9/d86/class_tg_bot_1_1_url.html#aa3536ad7ecd12e04db434e7566ae53e7", null ], + [ "path", "d9/d86/class_tg_bot_1_1_url.html#a22b43623b7de7e817699dffb85edb532", null ], + [ "protocol", "d9/d86/class_tg_bot_1_1_url.html#a36af00d44ee8fcba1d06a8d6c5c9ac49", null ], + [ "query", "d9/d86/class_tg_bot_1_1_url.html#a3d50fc5ac2a9955a4d129082bbdad8b0", null ] +]; \ No newline at end of file -- cgit v1.2.3