From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/_file_tools_8h_source.html | 125 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 docs/_file_tools_8h_source.html (limited to 'docs/_file_tools_8h_source.html') diff --git a/docs/_file_tools_8h_source.html b/docs/_file_tools_8h_source.html new file mode 100644 index 0000000..dd647bd --- /dev/null +++ b/docs/_file_tools_8h_source.html @@ -0,0 +1,125 @@ + + + + + + +tgbot-cpp: include/tgbot/tools/FileTools.h Source File + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
FileTools.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Oleg Morozenkov on 25.01.17.
3 //
4 
5 #ifndef TGBOT_FILETOOLS_H
6 #define TGBOT_FILETOOLS_H
7 
8 #include <string>
9 
13 namespace FileTools {
14 
20 std::string read(const std::string& filePath);
21 
27 bool write(const std::string& content, const std::string& filePath);
28 
29 };
30 
31 
32 #endif //TGBOT_FILETOOLS_H
bool write(const std::string &content, const std::string &filePath)
+
std::string read(const std::string &filePath)
+ +
+
+ + + + -- cgit v1.2.3