STK++ 0.9.13
|
The import namespace contains the constants and global functions used in the DManager project when importing data in STK containers. More...
Enumerations | |
enum | TypeImport { unknown_ =0 , numeric_ , only_numeric_ , string_ , directed_ , intelligent_ } |
define the type of import we want to perform. More... | |
Functions | |
TypeImport | stringToTypeImport (String const &type) |
Convert a String to a TypeImport. | |
String | typeImportToString (TypeImport const &type) |
convert a TypeImport to a String. | |
The import namespace contains the constants and global functions used in the DManager project when importing data in STK containers.
String STK::Import::typeImportToString | ( | TypeImport const & | type | ) |
convert a TypeImport to a String.
type | the type of import we want to use |
Definition at line 65 of file STK_Import_Util.cpp.
References _T, directed_, intelligent_, numeric_, only_numeric_, and string_.