casacore
|
#include <cstring>
Go to the source code of this file.
Functions | |
void | PackBoolArray (unsigned char *packed_buffer, const bool *input, size_t n) |
void | UnpackBoolArray (bool *output, const unsigned char *packed_input, size_t n) |
|
inline |
Definition at line 6 of file BitPacking.h.
Referenced by casacore::VarBufferedColumnarFile< BufferSize >::Write(), and casacore::SimpleColumnarFile::Write().
|
inline |
Definition at line 29 of file BitPacking.h.
Referenced by casacore::VarBufferedColumnarFile< BufferSize >::Read(), and casacore::SimpleColumnarFile::Read().