STK++ 1.0
STK_String_Util.cpp File Reference

In this file we implement miscellaneous utilities functions for Strings. More...

#include "../include/STK_String_Util.h"
Include dependency graph for STK_String_Util.cpp:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Functions

istream & STK::operator>> (istream &is, Proxy< String > &input)
 Overloading of the istream >> for the type 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

Detailed Description

In this file we implement miscellaneous utilities functions for Strings.

Definition in file STK_String_Util.cpp.