![]() |
Project
|
#include <ReverseSymbolLookupTable.h>
Public Types | |
using | source_type = source_T |
using | index_type = source_type |
using | count_type = uint32_t |
using | size_type = std::size_t |
using | difference_type = std::ptrdiff_t |
using | container_type = std::vector< source_type > |
using | iterator_type = const source_type * |
Public Member Functions | |
ReverseSymbolLookupTable () noexcept | |
template<typename container_T > | |
ReverseSymbolLookupTable (const RenormedHistogramConcept< container_T > &renormedHistogram) | |
size_type | size () const noexcept |
bool | isIncompressible (count_type cumul) const noexcept |
source_type | operator[] (count_type cumul) const noexcept |
iterator_type | begin () const noexcept |
iterator_type | end () const noexcept |
Public Attributes | |
container_type | mLut {} |
Definition at line 30 of file ReverseSymbolLookupTable.h.
using o2::rans::internal::ReverseSymbolLookupTable< source_T >::container_type = std::vector<source_type> |
Definition at line 38 of file ReverseSymbolLookupTable.h.
using o2::rans::internal::ReverseSymbolLookupTable< source_T >::count_type = uint32_t |
Definition at line 35 of file ReverseSymbolLookupTable.h.
using o2::rans::internal::ReverseSymbolLookupTable< source_T >::difference_type = std::ptrdiff_t |
Definition at line 37 of file ReverseSymbolLookupTable.h.
using o2::rans::internal::ReverseSymbolLookupTable< source_T >::index_type = source_type |
Definition at line 34 of file ReverseSymbolLookupTable.h.
using o2::rans::internal::ReverseSymbolLookupTable< source_T >::iterator_type = const source_type* |
Definition at line 39 of file ReverseSymbolLookupTable.h.
using o2::rans::internal::ReverseSymbolLookupTable< source_T >::size_type = std::size_t |
Definition at line 36 of file ReverseSymbolLookupTable.h.
using o2::rans::internal::ReverseSymbolLookupTable< source_T >::source_type = source_T |
Definition at line 33 of file ReverseSymbolLookupTable.h.
|
inlinenoexcept |
Definition at line 42 of file ReverseSymbolLookupTable.h.
|
inlineexplicit |
Definition at line 45 of file ReverseSymbolLookupTable.h.
|
inlinenoexcept |
Definition at line 74 of file ReverseSymbolLookupTable.h.
|
inlinenoexcept |
Definition at line 75 of file ReverseSymbolLookupTable.h.
|
inlinenoexcept |
Definition at line 63 of file ReverseSymbolLookupTable.h.
|
inlinenoexcept |
Definition at line 68 of file ReverseSymbolLookupTable.h.
|
inlinenoexcept |
Definition at line 61 of file ReverseSymbolLookupTable.h.
container_type o2::rans::internal::ReverseSymbolLookupTable< source_T >::mLut {} |
Definition at line 77 of file ReverseSymbolLookupTable.h.