From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- ...lass_tg_bot_1_1_http_server_1_1_connection.html | 268 +++++++++++++++++++++ .../class_tg_bot_1_1_http_server_1_1_connection.js | 8 + 2 files changed, 276 insertions(+) create mode 100644 docs/d5/d11/class_tg_bot_1_1_http_server_1_1_connection.html create mode 100644 docs/d5/d11/class_tg_bot_1_1_http_server_1_1_connection.js (limited to 'docs/d5/d11') diff --git a/docs/d5/d11/class_tg_bot_1_1_http_server_1_1_connection.html b/docs/d5/d11/class_tg_bot_1_1_http_server_1_1_connection.html new file mode 100644 index 0000000..e04410b --- /dev/null +++ b/docs/d5/d11/class_tg_bot_1_1_http_server_1_1_connection.html @@ -0,0 +1,268 @@ + + + + + + + +tgbot-cpp: TgBot::HttpServer< Protocol >::Connection Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::HttpServer< Protocol >::Connection Class Reference
+
+
+ +

#include <HttpServer.h>

+ + + + + + +

+Public Member Functions

 Connection (std::shared_ptr< boost::asio::basic_stream_socket< Protocol >> &socket, const ServerHandler &handler)
 
void start ()
 
+ + + + + +

+Public Attributes

std::shared_ptr< boost::asio::basic_stream_socket< Protocol > > socket
 
std::string data
 
+ + + +

+Protected Attributes

const ServerHandler _handler
 
+

Detailed Description

+

template<typename Protocol>
+class TgBot::HttpServer< Protocol >::Connection

+ + +

Definition at line 71 of file HttpServer.h.

+

Constructor & Destructor Documentation

+ +

◆ Connection()

+ +
+
+
+template<typename Protocol>
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
TgBot::HttpServer< Protocol >::Connection::Connection (std::shared_ptr< boost::asio::basic_stream_socket< Protocol >> & socket,
const ServerHandlerhandler 
)
+
+inline
+
+ +

Definition at line 74 of file HttpServer.h.

+ +
+
+

Member Function Documentation

+ +

◆ start()

+ +
+
+
+template<typename Protocol>
+ + + + + +
+ + + + + + + +
void TgBot::HttpServer< Protocol >::Connection::start ()
+
+inline
+
+ +

Definition at line 79 of file HttpServer.h.

+ +
+
+

Member Data Documentation

+ +

◆ _handler

+ +
+
+
+template<typename Protocol>
+ + + + + +
+ + + + +
const ServerHandler TgBot::HttpServer< Protocol >::Connection::_handler
+
+protected
+
+ +

Definition at line 92 of file HttpServer.h.

+ +
+
+ +

◆ data

+ +
+
+
+template<typename Protocol>
+ + + + +
std::string TgBot::HttpServer< Protocol >::Connection::data
+
+ +

Definition at line 89 of file HttpServer.h.

+ +
+
+ +

◆ socket

+ +
+
+
+template<typename Protocol>
+ + + + +
std::shared_ptr<boost::asio::basic_stream_socket<Protocol> > TgBot::HttpServer< Protocol >::Connection::socket
+
+ +

Definition at line 88 of file HttpServer.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d5/d11/class_tg_bot_1_1_http_server_1_1_connection.js b/docs/d5/d11/class_tg_bot_1_1_http_server_1_1_connection.js new file mode 100644 index 0000000..0a3291c --- /dev/null +++ b/docs/d5/d11/class_tg_bot_1_1_http_server_1_1_connection.js @@ -0,0 +1,8 @@ +var class_tg_bot_1_1_http_server_1_1_connection = +[ + [ "Connection", "d5/d11/class_tg_bot_1_1_http_server_1_1_connection.html#a91a16ce20e8d889657a7d2c982d8b1c8", null ], + [ "start", "d5/d11/class_tg_bot_1_1_http_server_1_1_connection.html#a8cecda345ca78c8dc43c39423511af4d", null ], + [ "_handler", "d5/d11/class_tg_bot_1_1_http_server_1_1_connection.html#ab630576fda90c3a33e563e44cd5a08dd", null ], + [ "data", "d5/d11/class_tg_bot_1_1_http_server_1_1_connection.html#a23e0644c0e4d02eb96b9dd61404a8788", null ], + [ "socket", "d5/d11/class_tg_bot_1_1_http_server_1_1_connection.html#a2104f20074b0a9fb17192ebbb1846b20", null ] +]; \ No newline at end of file -- cgit v1.2.3