From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- .../df/d6f/_input_location_message_content_8h.html | 115 --------------------- .../_input_location_message_content_8h_source.html | 106 ------------------- 2 files changed, 221 deletions(-) delete mode 100644 docs/df/d6f/_input_location_message_content_8h.html delete mode 100644 docs/df/d6f/_input_location_message_content_8h_source.html (limited to 'docs/df/d6f') diff --git a/docs/df/d6f/_input_location_message_content_8h.html b/docs/df/d6f/_input_location_message_content_8h.html deleted file mode 100644 index 5b61d1f..0000000 --- a/docs/df/d6f/_input_location_message_content_8h.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/InputLocationMessageContent.h File Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
InputLocationMessageContent.h File Reference
-
-
-
#include <memory>
-
-

Go to the source code of this file.

- - - - -

-Classes

class  TgBot::InputLocationMessageContent
 
- - - -

-Namespaces

 TgBot
 
-
-
- - - - diff --git a/docs/df/d6f/_input_location_message_content_8h_source.html b/docs/df/d6f/_input_location_message_content_8h_source.html deleted file mode 100644 index d670d37..0000000 --- a/docs/df/d6f/_input_location_message_content_8h_source.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/InputLocationMessageContent.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
InputLocationMessageContent.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_INPUTLOCATIONMESSAGECONTENT_H
6 #define TGBOT_INPUTLOCATIONMESSAGECONTENT_H
7 
8 #include <memory>
9 
10 namespace TgBot {
11 
17 public:
18  typedef std::shared_ptr<InputLocationMessageContent> Ptr;
19 
21  InputMessageContent("InputLocationMessageContent")
22  {}
23 
27  float latitude;
28 
32  float longitude;
33 
35 };
36 }
37 
38 #endif //TGBOT_INPUTLOCATIONMESSAGECONTENT_H
std::shared_ptr< InputLocationMessageContent > Ptr
-
Definition: Api.h:44
- - - - - - -
-
- - - - -- cgit v1.2.3