|
STK++ 1.0
|
In this file we implement various methods useful for processing strings and i/o streams.. More...
#include "../include/STK_DataUtil.h"
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) |
In this file we implement various methods useful for processing strings and i/o streams..
Definition in file STK_DataUtil.cpp.