iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::bb::Slice< T > Member List

This is the complete list of members for iox2::bb::Slice< T >, including all inherited members.

begin() const -> ConstIteratoriox2::bb::Slice< T >
begin() -> Iteratoriox2::bb::Slice< T >
ConstIterator typedefiox2::bb::Slice< T >
data() const -> ConstIteratoriox2::bb::Slice< T >
data() -> Iteratoriox2::bb::Slice< T >
end() const -> ConstIteratoriox2::bb::Slice< T >
end() -> Iteratoriox2::bb::Slice< T >
Iterator typedefiox2::bb::Slice< T >
number_of_bytes() const -> uint64_tiox2::bb::Slice< T >
number_of_elements() const -> uint64_tiox2::bb::Slice< T >
operator[](uint64_t n) const -> const ValueType &iox2::bb::Slice< T >
operator[](uint64_t n) -> std::conditional_t< std::is_const< T >::value, const ValueType &, ValueType & >iox2::bb::Slice< T >
Slice(T *data, uint64_t number_of_elements)iox2::bb::Slice< T >
ValueType typedefiox2::bb::Slice< T >