linbox
CSValue.h File Reference
#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)
 

Macro Definition Documentation

◆ CSV_STRING_TYPE

#define CSV_STRING_TYPE   1

◆ CSV_INT_TYPE

#define CSV_INT_TYPE   2

◆ CSV_DOUBLE_TYPE

#define CSV_DOUBLE_TYPE   3

◆ CSV_DATE_TYPE

#define CSV_DATE_TYPE   4