#include <iostream>#include "CSV_Obj.h"
Go to the source code of this file.
Defines | |
| #define | EXIT_ERROR 1 |
Functions | |
| int | main (int argc, char *argv[]) |
| void | printAllData (CSV_Obj *foo) |
| void | printHeader (CSV_Obj *foo) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 45 of file main.cc.
References EXIT_ERROR, CSV_Obj::load(), CSV_Obj::open(), printAllData(), and printHeader().

| void printAllData | ( | CSV_Obj * | foo | ) |
Definition at line 69 of file main.cc.
References CSV_Obj::getRecord(), and CSV_Obj::getRecordCount().
Referenced by main().

| void printHeader | ( | CSV_Obj * | foo | ) |
Definition at line 82 of file main.cc.
References CSV_Obj::getFieldList().
Referenced by main().

1.6.1