STK++ 0.9.13
STK_Import_Util.cpp File Reference

In this file we implement various methods useful for processing strings when importing data. More...

Include dependency graph for STK_Import_Util.cpp:

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.
 

Detailed Description

In this file we implement various methods useful for processing strings when importing data.

Definition in file STK_Import_Util.cpp.