![]() |
Project
|
#include <Container.h>
Inherits o2::rans::internal::Container< OrderedSet< source_T, value_T >, SetContainer< source_T, value_T > >.
Public Types | |
using | source_type = typename base_type::source_type |
using | value_type = typename base_type::value_type |
using | container_type = typename base_type::container_type |
using | size_type = typename base_type::size_type |
using | difference_type = typename base_type::difference_type |
using | reference = typename base_type::reference |
using | const_reference = typename base_type::const_reference |
using | pointer = typename base_type::pointer |
using | const_pointer = typename base_type::const_pointer |
using | const_iterator = typename base_type::const_iterator |
![]() | |
using | source_type = typename container_T::source_type |
using | value_type = typename container_T::value_type |
using | container_type = OrderedSet< source_T, value_T > |
using | size_type = typename container_type::size_type |
using | difference_type = typename container_type::difference_type |
using | reference = typename std::add_lvalue_reference_t< value_type > |
using | const_reference = typename std::add_lvalue_reference_t< std::add_const_t< value_type > > |
using | pointer = typename std::add_pointer_t< value_type > |
using | const_pointer = typename std::add_pointer_t< std::add_const_t< value_type > > |
using | const_iterator = typename container_type::const_iterator |
Public Member Functions | |
const_reference | operator[] (source_type sourceSymbol) const |
source_type | getOffset () const noexcept |
const_reference | getNullElement () const |
![]() | |
const_reference | operator[] (source_type sourceSymbol) const |
const_iterator | cbegin () const noexcept |
const_iterator | cend () const noexcept |
const_iterator | begin () const noexcept |
const_iterator | end () const noexcept |
size_type | size () const noexcept |
bool | empty () const noexcept |
size_type | getNumSamples () const noexcept |
source_type | getOffset () const noexcept |
container_type | release () &&noexcept |
Protected Member Functions | |
SetContainer ()=default | |
SetContainer (value_type nullElement) | |
SetContainer (container_type container, value_type nullElement, OrderedSetState state=OrderedSetState::unordered) | |
![]() | |
T | countSamples (T frequency) |
Container ()=default | |
Container (size_type size, source_type offset) | |
Additional Inherited Members | |
![]() | |
container_type | mContainer |
size_type | mNSamples |
Definition at line 172 of file Container.h.
using o2::rans::internal::SetContainer< source_T, value_T >::const_iterator = typename base_type::const_iterator |
Definition at line 187 of file Container.h.
using o2::rans::internal::SetContainer< source_T, value_T >::const_pointer = typename base_type::const_pointer |
Definition at line 186 of file Container.h.
using o2::rans::internal::SetContainer< source_T, value_T >::const_reference = typename base_type::const_reference |
Definition at line 184 of file Container.h.
using o2::rans::internal::SetContainer< source_T, value_T >::container_type = typename base_type::container_type |
Definition at line 180 of file Container.h.
using o2::rans::internal::SetContainer< source_T, value_T >::difference_type = typename base_type::difference_type |
Definition at line 182 of file Container.h.
using o2::rans::internal::SetContainer< source_T, value_T >::pointer = typename base_type::pointer |
Definition at line 185 of file Container.h.
using o2::rans::internal::SetContainer< source_T, value_T >::reference = typename base_type::reference |
Definition at line 183 of file Container.h.
using o2::rans::internal::SetContainer< source_T, value_T >::size_type = typename base_type::size_type |
Definition at line 181 of file Container.h.
using o2::rans::internal::SetContainer< source_T, value_T >::source_type = typename base_type::source_type |
Definition at line 178 of file Container.h.
using o2::rans::internal::SetContainer< source_T, value_T >::value_type = typename base_type::value_type |
Definition at line 179 of file Container.h.
|
protecteddefault |
|
inlineprotected |
Definition at line 204 of file Container.h.
|
inlineprotected |
Definition at line 208 of file Container.h.
|
inline |
Definition at line 200 of file Container.h.
|
inlinenoexcept |
Definition at line 191 of file Container.h.
|
inline |
Definition at line 189 of file Container.h.