#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 |
|
template<class T >
bool csvToStrings |
( |
const char * |
s, |
|
|
T & |
tokens |
|
) |
| |
|
noexcept |
std::string path_getfather |
( |
const std::string & |
s | ) |
|
|
noexcept |
gcc_pure std::list<std::string> stringToTokens |
( |
const std::string & |
str, |
|
|
char |
delim |
|
) |
| |
|
noexcept |
void trimstring |
( |
std::string & |
s, |
|
|
const char * |
ws = " \t\n" |
|
) |
| |
|
noexcept |