STK++ 0.9.13
|
In this file we implement various methods useful for processing strings when importing data. More...
#include "../include/STK_Import_Util.h"
Go to the source code of this file.
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::Import |
The import namespace contains the constants and global functions used in the DManager project when importing data in STK containers. | |
Functions | |
TypeImport | STK::Import::stringToTypeImport (String const &type) |
Convert a String to a TypeImport. | |
String | STK::Import::typeImportToString (TypeImport const &type) |
convert a TypeImport to a String. | |
In this file we implement various methods useful for processing strings when importing data.
Definition in file STK_Import_Util.cpp.