![]() |
Project
|
#include <LowRangeDecoderTable.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 | |
LowRangeDecoderTable () noexcept=default | |
template<typename container_T > | |
LowRangeDecoderTable (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 |
const value_type | operator[] (count_type cumul) const noexcept |
size_type | getPrecision () const noexcept |
Definition at line 34 of file LowRangeDecoderTable.h.
using o2::rans::LowRangeDecoderTable< source_T >::count_type = count_t |
Definition at line 38 of file LowRangeDecoderTable.h.
using o2::rans::LowRangeDecoderTable< source_T >::difference_type = std::ptrdiff_t |
Definition at line 42 of file LowRangeDecoderTable.h.
using o2::rans::LowRangeDecoderTable< source_T >::size_type = std::size_t |
Definition at line 41 of file LowRangeDecoderTable.h.
using o2::rans::LowRangeDecoderTable< source_T >::source_type = source_T |
Definition at line 37 of file LowRangeDecoderTable.h.
using o2::rans::LowRangeDecoderTable< source_T >::symbol_type = internal::Symbol |
Definition at line 39 of file LowRangeDecoderTable.h.
using o2::rans::LowRangeDecoderTable< source_T >::value_type = std::pair<source_type, const symbol_type&> |
Definition at line 40 of file LowRangeDecoderTable.h.
|
defaultnoexcept |
|
inlineexplicit |
Definition at line 51 of file LowRangeDecoderTable.h.
|
inlinenoexcept |
Definition at line 59 of file LowRangeDecoderTable.h.
|
inlinenoexcept |
Definition at line 68 of file LowRangeDecoderTable.h.
|
inlinenoexcept |
Definition at line 57 of file LowRangeDecoderTable.h.
|
inlinenoexcept |
Definition at line 55 of file LowRangeDecoderTable.h.
|
inlinenoexcept |
Definition at line 61 of file LowRangeDecoderTable.h.
|
inlinenoexcept |
Definition at line 53 of file LowRangeDecoderTable.h.