From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +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 0 -> 851 bytes 3 files changed, 288 insertions(+) create mode 100644 docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.html create mode 100644 docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.js create 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 new file mode 100644 index 0000000..337f132 --- /dev/null +++ b/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.html @@ -0,0 +1,282 @@ + + + + + + + +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 new file mode 100644 index 0000000..6982195 --- /dev/null +++ b/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.js @@ -0,0 +1,6 @@ +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 new file mode 100644 index 0000000..26b2699 Binary files /dev/null and b/docs/d5/d98/class_tg_bot_1_1_tg_webhook_server.png differ -- cgit v1.2.3