![]() |
Project
|
#include <HighRangeDecoderTable.h>
Public Types | |
using | source_type = source_T |
using | count_type = count_t |
using | symbol_type = internal::Symbol |
using | value_type = std::pair< source_type, const symbol_type & > |
using | size_type = std::size_t |
using | difference_type = std::ptrdiff_t |
Public Member Functions | |
HighRangeDecoderTable () noexcept=default | |
template<typename container_T > | |
HighRangeDecoderTable (const RenormedHistogramConcept< container_T > &renormedHistogram) | |
size_type | size () const noexcept |
bool | isEscapeSymbol (count_type cumul) const noexcept |
bool | hasEscapeSymbol () const noexcept |
const symbol_type & | getEscapeSymbol () const noexcept |
value_type | operator[] (count_type cumul) const |
size_type | getPrecision () const noexcept |
Definition at line 31 of file HighRangeDecoderTable.h.
using o2::rans::HighRangeDecoderTable< source_T >::count_type = count_t |
Definition at line 35 of file HighRangeDecoderTable.h.
using o2::rans::HighRangeDecoderTable< source_T >::difference_type = std::ptrdiff_t |
Definition at line 39 of file HighRangeDecoderTable.h.
using o2::rans::HighRangeDecoderTable< source_T >::size_type = std::size_t |
Definition at line 38 of file HighRangeDecoderTable.h.
using o2::rans::HighRangeDecoderTable< source_T >::source_type = source_T |
Definition at line 34 of file HighRangeDecoderTable.h.
using o2::rans::HighRangeDecoderTable< source_T >::symbol_type = internal::Symbol |
Definition at line 36 of file HighRangeDecoderTable.h.
using o2::rans::HighRangeDecoderTable< source_T >::value_type = std::pair<source_type, const symbol_type&> |
Definition at line 37 of file HighRangeDecoderTable.h.
|
inlinedefaultnoexcept |
|
explicit |
Definition at line 71 of file HighRangeDecoderTable.h.
|
inlinenoexcept |
Definition at line 57 of file HighRangeDecoderTable.h.
|
inlinenoexcept |
Definition at line 61 of file HighRangeDecoderTable.h.
|
inlinenoexcept |
Definition at line 55 of file HighRangeDecoderTable.h.
|
inlinenoexcept |
Definition at line 53 of file HighRangeDecoderTable.h.
|
inline |
Definition at line 96 of file HighRangeDecoderTable.h.
|
inlinenoexcept |
Definition at line 51 of file HighRangeDecoderTable.h.