From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +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 deletions(-) delete mode 100644 docs/d5/d11/class_tg_bot_1_1_http_server_1_1_connection.html delete 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 deleted file mode 100644 index e04410b..0000000 --- a/docs/d5/d11/class_tg_bot_1_1_http_server_1_1_connection.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index 0a3291c..0000000 --- a/docs/d5/d11/class_tg_bot_1_1_http_server_1_1_connection.js +++ /dev/null @@ -1,8 +0,0 @@ -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