STK++ 1.0
STK_Import_Util.h File Reference

In this file we define the main constant and method needed when importing data. More...

#include "../../STKernel/include/STK_String.h"
Include dependency graph for STK_Import_Util.h:
This graph shows which files directly or indirectly include this file:

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.


Enumerations

enum  STK::Import::TypeImport {
  STK::Import::unknown_ = 0, STK::Import::numeric_, STK::Import::only_numeric_, STK::Import::string_,
  STK::Import::directed_, STK::Import::intelligent_
}
 define the type of import we want to perform. More...

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 define the main constant and method needed when importing data.

Definition in file STK_Import_Util.h.