#include <RLE_TEST.hpp>
|
typedef std::pair< T, uint16_t > | RLEPair |
|
◆ RLEPair
template<typename T >
typedef std::pair<T, uint16_t> RLE_TEST< T >::RLEPair |
◆ RLE_TEST()
◆ compressData()
template<typename T >
void RLE_TEST< T >::compressData |
( |
const T * |
data, |
|
|
const size_t & |
size |
|
) |
| |
|
inline |
◆ getData()
template<typename T >
std::vector< T > RLE_TEST< T >::getData |
( |
| ) |
const |
|
inline |
◆ getRaw() [1/2]
◆ getRaw() [2/2]
◆ getRawSize()
template<typename T >
std::size_t RLE_TEST< T >::getRawSize |
( |
| ) |
const |
|
inline |
Get the size in bytes of the underlying compressed data.
- Returns
- std::size_t
◆ getSize()
template<typename T >
std::size_t RLE_TEST< T >::getSize |
( |
| ) |
const |
|
inline |
◆ resize()
template<typename T >
void RLE_TEST< T >::resize |
( |
size_t |
new_raw_size | ) |
|
|
inline |
◆ setContent()
template<typename T >
void RLE_TEST< T >::setContent |
( |
const void * |
data, |
|
|
const size_t & |
size |
|
) |
| |
|
inline |
◆ sizeOfPair()
template<typename T >
static size_t RLE_TEST< T >::sizeOfPair |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: