STK++ 0.9.13
|
In this file we define the main constant and method needed when importing data. More...
#include <STKernel.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. | |
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. | |
In this file we define the main constant and method needed when importing data.
Definition in file STK_Import_Util.h.