#include <string>
#include <cmath>
#include <algorithm>
#include "eckit/testing/Test.h"
#include "odc/csv/TextReader.h"
#include "odc/csv/TextReaderIterator.h"
Go to the source code of this file.
|
| CASE ("Read columnar data from CSV") |
|
| CASE ("Starting with long strings") |
|
| CASE ("Test parsing bitfields") |
|
| CASE ("Test parsing bitfields - 32bit limit") |
|
int | main (int argc, char *argv[]) |
|
◆ CASE() [1/4]
CASE |
( |
"Read columnar data from CSV" |
| ) |
|
◆ CASE() [2/4]
CASE |
( |
"Starting with long strings" |
| ) |
|
◆ CASE() [3/4]
CASE |
( |
"Test parsing bitfields - 32bit limit" |
| ) |
|
◆ CASE() [4/4]
CASE |
( |
"Test parsing bitfields" |
| ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |