IODA Bundle
test_reencode_string_table.cc File Reference
#include <ctime>
#include <cstdlib>
#include <algorithm>
#include <cmath>
#include "eckit/testing/Test.h"
#include "eckit/system/SystemInfo.h"
#include "eckit/eckit_ecbuild_config.h"
#include "odc/api/ColumnType.h"
#include "odc/core/Codec.h"
#include "odc/codec/String.h"
Include dependency graph for test_reencode_string_table.cc:

Go to the source code of this file.

Functions

size_t prepend_codec_selection_header (std::vector< unsigned char > &data, const std::string &codec_name, bool bigEndian=false)
 
 CASE ("Character strings can be stored in a flat list, and indexed")
 
int main (int argc, char *argv[])
 

Function Documentation

◆ CASE()

CASE ( "Character strings can be stored in a flat  list,
and indexed"   
)

Definition at line 53 of file test_reencode_string_table.cc.

Here is the call graph for this function:

◆ main()

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

Definition at line 163 of file test_reencode_string_table.cc.

◆ prepend_codec_selection_header()

size_t prepend_codec_selection_header ( std::vector< unsigned char > &  data,
const std::string &  codec_name,
bool  bigEndian = false 
)

Definition at line 40 of file test_reencode_string_table.cc.