|
STK++ 1.0
|
The STK::Csv namespace contains the constants used in the DManager project when using csv files. More...
Enumerations | |
| enum | readflags { RF_APPEND_DATA = 0x00000004, RF_REPLACE_DATA = 0x00000008 } |
| enumeration of read flags These flags determine the behavior of the reading methods. More... | |
Variables | |
| static const Char * | DEFAULT_COLUMN_PREFIX = _T("Var") |
| Defines the default prefix to used when naming the columns of the ReadWriteCsv. | |
| static const Integer | DEFAULT_RESERVE = Integer(0x0FFFF) |
| Set Array1D<string>::reserve() with this value. | |
| static const Char * | DEFAULT_DELIMITER = _T(",") |
| Defines the default field delimiter in a file. | |