|
STK++ 1.0
|
In this file we implement various methods useful for processing strings and i/o streams in the DManager project. More...
#include "../include/STK_DManager_Util.h"
Go to the source code of this file.
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
| namespace | STK::DManager |
Functions | |
| bool | STK::DManager::checkStringToBoolean (String const &str) |
| check if a string represent a boolean. | |
| bool | STK::DManager::StringToBoolean (String const &str) |
| convert a string to a boolean. | |
| void | STK::DManager::removeCharBeforeAndAfter (String &str, Char c) |
remove all occurrences of the char c at the beginning and the end of the string str. | |
| String | STK::DManager::getField (istream &is, Char delimiter) |
| Get the current field from the input stream. | |
In this file we implement various methods useful for processing strings and i/o streams in the DManager project.
Definition in file STK_DManager_Util.cpp.