From 2fca50e53286d31d28679565336139b337bc608c Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 21 Mar 2017 19:08:13 +0300 Subject: Docs --- docs/_file_tools_8h_source.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/_file_tools_8h_source.html') diff --git a/docs/_file_tools_8h_source.html b/docs/_file_tools_8h_source.html index 5c14938..97c9b5f 100644 --- a/docs/_file_tools_8h_source.html +++ b/docs/_file_tools_8h_source.html @@ -83,7 +83,8 @@ $(document).ready(function(){initNavTree('_file_tools_8h_source.html','');});
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 
22 };
23 
24 
25 #endif //TGBOT_FILETOOLS_H
std::string read(const std::string &filePath)
+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)
@@ -91,7 +92,7 @@ $(document).ready(function(){initNavTree('_file_tools_8h_source.html','');});