|
STK++ 1.0
|
In this file we define miscellaneous utilities functions for Strings. More...


Go to the source code of this file.
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
Functions | |
| template<class TYPE > | |
| bool | STK::stringToType (TYPE &t, String const &s, std::ios_base &(*f)(std::ios_base &)=std::dec) |
| convert a String to TYPE | |
| template<class TYPE > | |
| String | STK::typeToString (TYPE const &t, std::ios_base &(*f)(std::ios_base &)=std::dec) |
| convert a TYPE to String | |
| String & | STK::toUpperString (String &s) |
| convert the characters of the String to upper case | |
| String | STK::toUpperString (String const &s) |
| convert the characters of the String to upper case | |
In this file we define miscellaneous utilities functions for Strings.
Definition in file STK_StringMisc.h.