From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/namespace_file_tools.html | 169 ----------------------------------------- 1 file changed, 169 deletions(-) delete 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 deleted file mode 100644 index 3c61968..0000000 --- a/docs/namespace_file_tools.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - -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

- -

◆ read()

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

Reads whole file to string.

Parameters
- - -
filePathPath to a file
-
-
-
Returns
string with file contents
- -
-
- -

◆ write()

- -
-
- - - - - - - - - - - - - - - - - - -
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 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