NeoPZ
Classes | Typedefs
csvtable.h File Reference

Contains macros and functions to support a string csv table. More...

#include <cctype>
#include <istream>
#include <vector>
#include <stdlib.h>
Include dependency graph for csvtable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CSVTableColumn< T >
 
class  CSVTable< Tvar >
 

Typedefs

typedef CSVTable< string > CSVStringTable
 

Detailed Description

Contains macros and functions to support a string csv table.

Definition in file csvtable.h.

Typedef Documentation

◆ CSVStringTable

typedef CSVTable<string> CSVStringTable

CSV String table.

Definition at line 315 of file csvtable.h.