CSVDialect Struct Reference
A CSV specification. More...
#include <CSVStreams.hh>
Public Attributes | |
char | delimiter |
Field delimiter character. | |
char | quote |
Field quoting character. | |
char | terminator |
Row termination character. | |
Static Public Attributes | |
static const CSVDialect | Unix |
CSV dialect as expected by Unix tools. | |
Detailed Description
A CSV specification.
Member Data Documentation
🔗delimiter
char delimiter |
Field delimiter character.
🔗quote
char quote |
Field quoting character.
🔗terminator
char terminator |
Row termination character.
🔗Unix
|
static |
CSV dialect as expected by Unix tools.
The documentation for this struct was generated from the following file: