Go to the source code of this file.
Namespaces | |
namespace | Pentagram |
Functions | |
template<class T> | |
T | Pentagram::to_uppercase (const T s) |
template<class T> | |
void | Pentagram::StringToArgv (const T &args, std::vector< T > &argv) |
template<class T> | |
void | Pentagram::ArgvToString (const std::vector< T > &argv, T &args) |
template<class T> | |
void | Pentagram::TrimSpaces (T &str) |
template<class T> | |
void | Pentagram::TabsToSpaces (T &str, unsigned int n) |
template<class T> | |
void | Pentagram::SplitString (const T &args, char sep, std::vector< T > &argv) |
template<class T> | |
void | Pentagram::SplitStringKV (const T &args, char sep, std::vector< std::pair< T, T > > &argv) |