From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/namespace_file_tools.html | 190 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 docs/namespace_file_tools.html (limited to 'docs/namespace_file_tools.html') diff --git a/docs/namespace_file_tools.html b/docs/namespace_file_tools.html new file mode 100644 index 0000000..f07231f --- /dev/null +++ b/docs/namespace_file_tools.html @@ -0,0 +1,190 @@ + + + + + + +tgbot-cpp: FileTools Namespace Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
FileTools Namespace Reference
+
+
+ + + + + + +

+Functions

std::string read (const std::string &filePath)
 
bool write (const std::string &content, const std::string &filePath)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
std::string FileTools::read (const std::string & filePath)
+
+

Reads whole file to string.

Parameters
+ + +
filePathPath to a file
+
+
+
Returns
string with file contents
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
bool FileTools::write (const std::string & content,
const std::string & filePath 
)
+
+

Save file to disk.

Parameters
+ + +
filePathPath to a file
+
+
+
Returns
bool success
+ +
+
+
+
+ + + + -- cgit v1.2.3