STK++ 1.0

STK_DataUtil.cpp File Reference

In this file we implement various methods useful for processing strings and i/o streams.. More...

Include dependency graph for STK_DataUtil.cpp:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Functions

void STK::removeCharBeforeAndAfter (String &str, Char c)
String STK::getField (istream &is, Char delimiter)
void STK::getField (istream &is, Char delimiter, String &field)

Detailed Description

In this file we implement various methods useful for processing strings and i/o streams..

Definition in file STK_DataUtil.cpp.