#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"
Go to the source code of this file.
|
| CASE ("The constant codec can also store strings shorter than 8 bytes") |
|
int | main (int argc, char *argv[]) |
|
◆ CASE()
CASE |
( |
"The constant codec can also store strings shorter than 8 bytes" |
| ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |