![]() |
Project
|
#include <SingleStreamEncoderImpl.h>
Public Types | |
using | stream_type = typename base_type::stream_type |
using | state_type = typename base_type::state_type |
using | symbol_type = typename base_type::symbol_type |
using | size_type = typename base_type::size_type |
using | difference_type = typename base_type::difference_type |
![]() | |
using | stream_type = typename base_type::stream_type |
using | state_type = typename base_type::state_type |
using | symbol_type = typename base_type::symbol_type |
using | size_type = typename base_type::size_type |
using | difference_type = typename base_type::difference_type |
![]() | |
using | stream_type = uint32_t |
using | state_type = uint64_t |
using | symbol_type = symbol_T |
using | size_type = size_t |
using | difference_type = std::ptrdiff_t |
Public Member Functions | |
CompatEncoderImpl ()=default | |
CompatEncoderImpl (size_type symbolTablePrecission) noexcept | |
template<typename stream_IT > | |
stream_IT | putSymbols (stream_IT outputIter, const symbol_type &symbol) |
![]() | |
stream_IT | flush (stream_IT outputIter) |
Stream_IT | putSymbols (Stream_IT outputIter, const symbol_type &encodeSymbols) |
Stream_IT | putSymbols (Stream_IT outputIter, const symbol_type &encodeSymbols, size_type nActiveStreams) |
![]() | |
template<typename Stream_IT > | |
Stream_IT | flush (Stream_IT outputIter) |
template<typename Stream_IT > | |
Stream_IT | putSymbols (Stream_IT outputIter, const symbol_type &encodeSymbols) |
template<typename Stream_IT > | |
Stream_IT | putSymbols (Stream_IT outputIter, const symbol_type &encodeSymbols, size_type nActiveStreams) |
Definition at line 93 of file SingleStreamEncoderImpl.h.
using o2::rans::internal::CompatEncoderImpl< lowerBound_V >::difference_type = typename base_type::difference_type |
Definition at line 102 of file SingleStreamEncoderImpl.h.
using o2::rans::internal::CompatEncoderImpl< lowerBound_V >::size_type = typename base_type::size_type |
Definition at line 101 of file SingleStreamEncoderImpl.h.
using o2::rans::internal::CompatEncoderImpl< lowerBound_V >::state_type = typename base_type::state_type |
Definition at line 99 of file SingleStreamEncoderImpl.h.
using o2::rans::internal::CompatEncoderImpl< lowerBound_V >::stream_type = typename base_type::stream_type |
Definition at line 98 of file SingleStreamEncoderImpl.h.
using o2::rans::internal::CompatEncoderImpl< lowerBound_V >::symbol_type = typename base_type::symbol_type |
Definition at line 100 of file SingleStreamEncoderImpl.h.
|
default |
|
inlineexplicitnoexcept |
Definition at line 106 of file SingleStreamEncoderImpl.h.
|
inline |
Definition at line 111 of file SingleStreamEncoderImpl.h.