From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/df/d0c/_file_8h.html | 116 +++++++++++++++++++++++++++++++++++++++ docs/df/d0c/_file_8h_source.html | 104 +++++++++++++++++++++++++++++++++++ 2 files changed, 220 insertions(+) create mode 100644 docs/df/d0c/_file_8h.html create mode 100644 docs/df/d0c/_file_8h_source.html (limited to 'docs/df/d0c') diff --git a/docs/df/d0c/_file_8h.html b/docs/df/d0c/_file_8h.html new file mode 100644 index 0000000..b530d57 --- /dev/null +++ b/docs/df/d0c/_file_8h.html @@ -0,0 +1,116 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/File.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
File.h File Reference
+
+
+
#include <string>
+#include <memory>
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::File
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/df/d0c/_file_8h_source.html b/docs/df/d0c/_file_8h_source.html new file mode 100644 index 0000000..a1eb85f --- /dev/null +++ b/docs/df/d0c/_file_8h_source.html @@ -0,0 +1,104 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/File.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
File.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_CPP_FILE_H
6 #define TGBOT_CPP_FILE_H
7 
8 #include <string>
9 #include <memory>
10 
11 namespace TgBot {
12 
21 class File {
22 
23 public:
24  typedef std::shared_ptr<File> Ptr;
25 
29  std::string fileId;
30 
34  int32_t fileSize;
35 
40  std::string filePath;
41 };
42 
43 }
44 
45 #endif //TGBOT_CPP_FILE_H
std::shared_ptr< File > Ptr
Definition: File.h:24
+
std::string filePath
Definition: File.h:40
+ +
int32_t fileSize
Definition: File.h:34
+
Definition: Api.h:44
+
std::string fileId
Definition: File.h:29
+
+
+ + + + -- cgit v1.2.3