From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/_file_tools_8h_source.html | 125 ---------------------------------------- 1 file changed, 125 deletions(-) delete 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 deleted file mode 100644 index dd647bd..0000000 --- a/docs/_file_tools_8h_source.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - -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