IODA Bundle
test_codecs_end_to_end2.cc File Reference
#include "eckit/io/Buffer.h"
#include "eckit/io/DataHandle.h"
#include "eckit/io/MemoryHandle.h"
#include "eckit/testing/Test.h"
#include "odc/core/MetaData.h"
#include "odc/Reader.h"
#include "odc/Writer.h"
#include "odc/tools/MockReader.h"
#include "odc/codec/Integer.h"
#include "odc/codec/String.h"
Include dependency graph for test_codecs_end_to_end2.cc:

Go to the source code of this file.

Classes

class  anonymous_namespace{test_codecs_end_to_end2.cc}::MockReadIterator
 
struct  anonymous_namespace{test_codecs_end_to_end2.cc}::MockReadIteratorConstString2
 

Namespaces

 anonymous_namespace{test_codecs_end_to_end2.cc}
 

Functions

 CASE ("The constant codec can also store strings shorter than 8 bytes")
 
int main (int argc, char *argv[])
 

Variables

const int anonymous_namespace{test_codecs_end_to_end2.cc}::num_rows_to_write = 10
 
const char * anonymous_namespace{test_codecs_end_to_end2.cc}::const_string_2 = "pies\0\0\0\0"
 

Function Documentation

◆ CASE()

CASE ( "The constant codec can also store strings shorter than 8 bytes"  )

Definition at line 98 of file test_codecs_end_to_end2.cc.

Here is the call graph for this function:

◆ main()

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

Definition at line 144 of file test_codecs_end_to_end2.cc.