spot
0.8.2
|
#include <vector>
#include <stddef.h>
Go to the source code of this file.
Namespaces | |
namespace | spot |
Functions | |
void | spot::int_array_array_compress2 (const int *array, size_t n, int *dest, size_t &dest_size) |
Compress an int array of size n into a int array. | |
void | spot::int_array_array_decompress2 (const int *array, size_t array_size, int *res, size_t size) |
Uncompress an int array of size array_size into a int array of size size. |