IODA Bundle
|
#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"
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[]) |
CASE | ( | "Character strings can be stored in a flat | list, |
and indexed" | |||
) |
Definition at line 53 of file test_reencode_string_table.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 163 of file test_reencode_string_table.cc.
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.