STK++ 1.0
STK_Import_Util.cpp File Reference

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

#include "../include/STK_Import_Util.h"
#include "../../STKernel/include/STK_String_Util.h"
Include dependency graph for STK_Import_Util.cpp:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


namespace  STK::Import
 

The STK::Import namespace contains the constants 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.