|
Compounds |
| class | Column |
| | Abstract class to represent a column. More...
|
| class | ColumnTyped |
| | Abstract class to represent a typed column. More...
|
| class | CsvLoader |
| | Handles input from a CSV file. More...
|
| class | Data |
| | This class represent a collection of data. More...
|
| class | OTLLoader |
| | Handles input from a ODBC database (mysql, postgrey, ...). More...
|
Typedefs |
|
typedef enum Data::s_coltype | coltype |
|
typedef enum Data::s_token_type | token_type |
Enumerations |
| enum | s_coltype { INT,
FLOAT,
STRING
} |
| enum | s_token_type { TVAL,
TEOF,
TEOL,
TNULL
} |