#include "Compiler.h"
#include <string>
#include <list>
Go to the source code of this file.
|
| void | trimstring (std::string &s, const char *ws=" \t\n") noexcept |
| |
| std::string | path_getfather (const std::string &s) noexcept |
| |
| gcc_pure std::list< std::string > | stringToTokens (const std::string &str, char delim) noexcept |
| |
| template<class T > |
| bool | csvToStrings (const char *s, T &tokens) noexcept |
| |
◆ csvToStrings()
template<class T >
| bool csvToStrings |
( |
const char * |
s, |
|
|
T & |
tokens |
|
) |
| |
|
noexcept |
◆ path_getfather()
| std::string path_getfather |
( |
const std::string & |
s | ) |
|
|
noexcept |
◆ stringToTokens()
| gcc_pure std::list<std::string> stringToTokens |
( |
const std::string & |
str, |
|
|
char |
delim |
|
) |
| |
|
noexcept |
◆ trimstring()
| void trimstring |
( |
std::string & |
s, |
|
|
const char * |
ws = " \t\n" |
|
) |
| |
|
noexcept |