|
linbox
|
#include <stdlib.h>#include <iostream>#include <fstream>#include <string>#include <time.h>Data Structures | |
| class | CSValue |
| class | CSString |
| class | CSInt |
| class | CSDouble |
| class | CSDate |
Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
Macros | |
| #define | CSV_STRING_TYPE 1 |
| #define | CSV_INT_TYPE 2 |
| #define | CSV_DOUBLE_TYPE 3 |
| #define | CSV_DATE_TYPE 4 |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const CSValue &v) |
| #define CSV_STRING_TYPE 1 |
| #define CSV_INT_TYPE 2 |
| #define CSV_DOUBLE_TYPE 3 |
| #define CSV_DATE_TYPE 4 |