From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/_string_tools_8h.html | 129 --------------------------------------------- 1 file changed, 129 deletions(-) delete mode 100644 docs/_string_tools_8h.html (limited to 'docs/_string_tools_8h.html') diff --git a/docs/_string_tools_8h.html b/docs/_string_tools_8h.html deleted file mode 100644 index 5e2a8ce..0000000 --- a/docs/_string_tools_8h.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/tools/StringTools.h File Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
StringTools.h File Reference
-
-
-
#include <vector>
-#include <string>
-#include <sstream>
-
-

Go to the source code of this file.

- - - - -

-Namespaces

 StringTools
 
- - - - - - - - - - - - - - - -

-Functions

bool StringTools::startsWith (const std::string &str1, const std::string &str2)
 
bool StringTools::endsWith (const std::string &str1, const std::string &str2)
 
void StringTools::split (const std::string &str, char delimiter, std::vector< std::string > &dest)
 
std::string StringTools::generateRandomString (size_t length)
 
std::string StringTools::urlEncode (const std::string &value, const std::string &additionalLegitChars="")
 
std::string StringTools::urlDecode (const std::string &value)
 
std::vector< std::string > StringTools::split (const std::string &str, char delimiter)
 
-
-
- - - - -- 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/_string_tools_8h.html | 153 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 docs/_string_tools_8h.html (limited to 'docs/_string_tools_8h.html') diff --git a/docs/_string_tools_8h.html b/docs/_string_tools_8h.html new file mode 100644 index 0000000..3b4a074 --- /dev/null +++ b/docs/_string_tools_8h.html @@ -0,0 +1,153 @@ + + + + + + +tgbot-cpp: include/tgbot/tools/StringTools.h File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
StringTools.h File Reference
+
+
+
#include <vector>
+#include <string>
+#include <sstream>
+
+

Go to the source code of this file.

+ + + + +

+Namespaces

 StringTools
 
+ + + + + + + + + + + + + + + +

+Functions

bool StringTools::startsWith (const std::string &str1, const std::string &str2)
 
bool StringTools::endsWith (const std::string &str1, const std::string &str2)
 
void StringTools::split (const std::string &str, char delimiter, std::vector< std::string > &dest)
 
std::string StringTools::generateRandomString (size_t length)
 
std::string StringTools::urlEncode (const std::string &value, const std::string &additionalLegitChars="")
 
std::string StringTools::urlDecode (const std::string &value)
 
std::vector< std::string > StringTools::split (const std::string &str, char delimiter)
 
+
+
+ + + + -- cgit v1.2.3