From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- .../d5/d98/class_tg_bot_1_1_tg_webhook_server.html | 282 --------------------- docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.js | 6 - docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.png | Bin 851 -> 0 bytes 3 files changed, 288 deletions(-) delete mode 100644 docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.html delete mode 100644 docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.js delete mode 100644 docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.png (limited to 'docs/d5/d98') diff --git a/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.html b/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.html deleted file mode 100644 index 337f132..0000000 --- a/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::TgWebhookServer< Protocol > Class Template Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::TgWebhookServer< Protocol > Class Template Reference
-
-
- -

#include <TgWebhookServer.h>

-
-Inheritance diagram for TgBot::TgWebhookServer< Protocol >:
-
-
- - -TgBot::HttpServer< Protocol > - -
- - - - - - - - - - - - - - - -

-Public Member Functions

 TgWebhookServer (std::shared_ptr< boost::asio::basic_socket_acceptor< Protocol >> acceptor, const typename HttpServer< Protocol >::ServerHandler &handler)=delete
 
 TgWebhookServer (std::shared_ptr< boost::asio::basic_socket_acceptor< Protocol >> acceptor, const std::string &path, const EventHandler *eventHandler)
 
 TgWebhookServer (std::shared_ptr< boost::asio::basic_socket_acceptor< Protocol >> acceptor, const std::string &path, const Bot &bot)
 
- Public Member Functions inherited from TgBot::HttpServer< Protocol >
 HttpServer (std::shared_ptr< boost::asio::basic_socket_acceptor< Protocol >> acceptor, const ServerHandler &handler)
 
void start ()
 
void stop ()
 
- - - - - - - - - - - -

-Additional Inherited Members

- Public Types inherited from TgBot::HttpServer< Protocol >
typedef std::function< std::string(const std::string &, const std::map< std::string, std::string >)> ServerHandler
 
- Protected Attributes inherited from TgBot::HttpServer< Protocol >
boost::asio::io_service _ioService
 
std::shared_ptr< boost::asio::basic_socket_acceptor< Protocol > > _acceptor
 
const ServerHandler _handler
 
-

Detailed Description

-

template<typename Protocol>
-class TgBot::TgWebhookServer< Protocol >

- - -

Definition at line 34 of file TgWebhookServer.h.

-

Constructor & Destructor Documentation

- -

◆ TgWebhookServer() [1/3]

- -
-
-
-template<typename Protocol>
- - - - - -
- - - - - - - - - - - - - - - - - - -
TgBot::TgWebhookServer< Protocol >::TgWebhookServer (std::shared_ptr< boost::asio::basic_socket_acceptor< Protocol >> acceptor,
const typename HttpServer< Protocol >::ServerHandlerhandler 
)
-
-delete
-
- -
-
- -

◆ TgWebhookServer() [2/3]

- -
-
-
-template<typename Protocol>
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
TgBot::TgWebhookServer< Protocol >::TgWebhookServer (std::shared_ptr< boost::asio::basic_socket_acceptor< Protocol >> acceptor,
const std::string & path,
const EventHandlereventHandler 
)
-
-inline
-
- -

Definition at line 39 of file TgWebhookServer.h.

- -
-
- -

◆ TgWebhookServer() [3/3]

- -
-
-
-template<typename Protocol>
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
TgBot::TgWebhookServer< Protocol >::TgWebhookServer (std::shared_ptr< boost::asio::basic_socket_acceptor< Protocol >> acceptor,
const std::string & path,
const Botbot 
)
-
-inline
-
- -

Definition at line 49 of file TgWebhookServer.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - diff --git a/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.js b/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.js deleted file mode 100644 index 6982195..0000000 --- a/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.js +++ /dev/null @@ -1,6 +0,0 @@ -var class_tg_bot_1_1_tg_webhook_server = -[ - [ "TgWebhookServer", "d5/d98/class_tg_bot_1_1_tg_webhook_server.html#a06ad980aa07d80a12bcad0cf908b67d0", null ], - [ "TgWebhookServer", "d5/d98/class_tg_bot_1_1_tg_webhook_server.html#abc86408e0e5254a07e8a05666c7980f9", null ], - [ "TgWebhookServer", "d5/d98/class_tg_bot_1_1_tg_webhook_server.html#a283030203b2ddd9225792d24d9f4abb1", null ] -]; \ No newline at end of file diff --git a/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.png b/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.png deleted file mode 100644 index 26b2699..0000000 Binary files a/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.png and /dev/null differ -- cgit v1.2.3