Definition in file coreutils.h.
#include <cassert>
#include <algorithm>
Include dependency graph for coreutils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | cttl |
Functions | |
| template<typename StringT> | |
| void | string_toupper (StringT &str_) |
| Converts string to UPPERCASE. | |
| template<typename StringT> | |
| void | string_tolower (StringT &str_) |
| Converts string to lowercase. | |
| template<typename StringT, typename CharT> | |
| void | string_array2string (StringT &str_, CharT *array_[]) |
| Loads text from array of string literals into STL string provided by the user. | |
| template<typename StringT, typename CharT> | |
| void | string_array2string (StringT &str_, CharT *array_[], CharT delimiter_) |
| Loads text from array of string literals into STL string provided by the user. | |
| template<typename StringT, typename CharT> | |
| void | string_array2string (StringT &str_, CharT *array_[], CharT const *delimiter_) |
| Loads text from array of string literals into STL string provided by the user. | |
|
||||||||||||||||
|
Loads text from array of string literals into STL string provided by the user.
Definition at line 138 of file coreutils.h. Referenced by input::input(), and cttl::string_array2string(). |
|
||||||||||||||||
|
Loads text from array of string literals into STL string provided by the user.
Definition at line 108 of file coreutils.h. References cttl::string_array2string(). |
|
||||||||||||
|
Loads text from array of string literals into STL string provided by the user.
Definition at line 78 of file coreutils.h. References cttl::string_array2string(). |
1.3.9.1