IODA Bundle
test_text_reader.cc File Reference
#include <string>
#include <cmath>
#include <algorithm>
#include "eckit/testing/Test.h"
#include "odc/csv/TextReader.h"
#include "odc/csv/TextReaderIterator.h"
Include dependency graph for test_text_reader.cc:

Go to the source code of this file.

Functions

 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[])
 

Function Documentation

◆ CASE() [1/4]

CASE ( "Read columnar data from CSV"  )

Definition at line 25 of file test_text_reader.cc.

Here is the call graph for this function:

◆ CASE() [2/4]

CASE ( "Starting with long strings"  )

Definition at line 87 of file test_text_reader.cc.

Here is the call graph for this function:

◆ CASE() [3/4]

CASE ( "Test parsing bitfields - 32bit limit"  )

Definition at line 149 of file test_text_reader.cc.

Here is the call graph for this function:

◆ CASE() [4/4]

CASE ( "Test parsing bitfields"  )

Definition at line 123 of file test_text_reader.cc.

Here is the call graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 156 of file test_text_reader.cc.