mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
helpers: fix formatting of trim functions
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9e1818062c
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-28 (Thu, 28 Mar 2019)
Origin message was:
------------------
- helpers: fix formatting of trim functions
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -71,9 +71,9 @@ std::string getBaseName(std::string &path);
|
||||
std::string getFileName(std::string &file);
|
||||
std::string getFileExt(std::string &file);
|
||||
std::string getNowTimeStr(const char* format);
|
||||
std::string trim(std::string& str, const std::string& trimChars = " \n\r\t");
|
||||
std::string ltrim(std::string& str, const std::string& trimChars = " \n\r\t");
|
||||
std::string rtrim(std::string& str, const std::string& trimChars = " \n\r\t");
|
||||
std::string trim(std::string &str, const std::string &trimChars = " \n\r\t");
|
||||
std::string ltrim(std::string &str, const std::string &trimChars = " \n\r\t");
|
||||
std::string rtrim(std::string &str, const std::string &trimChars = " \n\r\t");
|
||||
std::string cutString(const std::string str, int msgFont, const int width);
|
||||
std::string strftime(const char *format, const struct tm *tm);
|
||||
std::string strftime(const char *format, time_t when, bool gm = false);
|
||||
|
Reference in New Issue
Block a user