![]() |
Project
|
#include <SourceProxy.h>
Public Types | |
using | source_type = source_T |
using | pointer = source_type * |
using | const_pointer = const source_type * |
using | iterator = pointer |
using | const_iterator = const_pointer |
Public Member Functions | |
SourceCache ()=default | |
template<typename IT > | |
SourceCache (IT begin, IT end) | |
const_iterator | begin () const noexcept |
const_iterator | end () const noexcept |
size_t | size () const noexcept |
bool | empty () const noexcept |
source_type | getMin () const noexcept |
source_type | getMax () const noexcept |
size_t | getAlphabetRangeBits () const noexcept |
Definition at line 34 of file SourceProxy.h.
using o2::rans::SourceCache< source_T >::const_iterator = const_pointer |
Definition at line 41 of file SourceProxy.h.
using o2::rans::SourceCache< source_T >::const_pointer = const source_type* |
Definition at line 39 of file SourceProxy.h.
using o2::rans::SourceCache< source_T >::iterator = pointer |
Definition at line 40 of file SourceProxy.h.
using o2::rans::SourceCache< source_T >::pointer = source_type* |
Definition at line 38 of file SourceProxy.h.
using o2::rans::SourceCache< source_T >::source_type = source_T |
Definition at line 37 of file SourceProxy.h.
|
default |
|
inline |
Definition at line 47 of file SourceProxy.h.
|
inlinenoexcept |
Definition at line 60 of file SourceProxy.h.
|
inlinenoexcept |
Definition at line 63 of file SourceProxy.h.
|
inlinenoexcept |
Definition at line 61 of file SourceProxy.h.
|
inlinenoexcept |
Definition at line 66 of file SourceProxy.h.
|
inlinenoexcept |
Definition at line 65 of file SourceProxy.h.
|
inlinenoexcept |
Definition at line 64 of file SourceProxy.h.
|
inlinenoexcept |
Definition at line 62 of file SourceProxy.h.