From 2e6a6072e81a1845e7365e5f2dcd10cc9cb8ff56 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Thu, 26 Jan 2017 14:31:14 +0300 Subject: Bot compilation instructions in README. Update docs --- docs/namespace_file_tools.html | 132 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 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..673dd5a --- /dev/null +++ b/docs/namespace_file_tools.html @@ -0,0 +1,132 @@ + + + + + + + +tgbot-cpp: FileTools Namespace Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
FileTools Namespace Reference
+
+
+ + + + +

+Functions

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

Function Documentation

+ +

◆ read()

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

Reads whole file to string.

Parameters
+ + +
filePathPath to a file
+
+
+
Returns
string with file contents
+ +
+
+
+
+ + + + -- cgit v1.2.3