|
iceoryx2
C++ Language Bindings
|
This is the complete list of members for iox2::bb::Slice< T >, including all inherited members.
| begin() const -> ConstIterator | iox2::bb::Slice< T > | |
| begin() -> Iterator | iox2::bb::Slice< T > | |
| ConstIterator typedef | iox2::bb::Slice< T > | |
| data() const -> ConstIterator | iox2::bb::Slice< T > | |
| data() -> Iterator | iox2::bb::Slice< T > | |
| end() const -> ConstIterator | iox2::bb::Slice< T > | |
| end() -> Iterator | iox2::bb::Slice< T > | |
| Iterator typedef | iox2::bb::Slice< T > | |
| number_of_bytes() const -> uint64_t | iox2::bb::Slice< T > | |
| number_of_elements() const -> uint64_t | iox2::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 typedef | iox2::bb::Slice< T > |