COMMS
Template library intended to help with implementation of communication protocols.
comms::util::ArrayView< T > Member List

This is the complete list of members for comms::util::ArrayView< T >, including all inherited members.

ArrayView() noexcept=defaultcomms::util::ArrayView< T >
ArrayView(const ArrayView &) noexcept=defaultcomms::util::ArrayView< T >
ArrayView(const_pointer data, size_type len) noexceptcomms::util::ArrayView< T >
ArrayView(TIter iter, size_type len) noexceptcomms::util::ArrayView< T >
ArrayView(const T(&data)[TN]) noexceptcomms::util::ArrayView< T >
ArrayView(T(&data)[TN]) noexceptcomms::util::ArrayView< T >
at(size_type pos) constcomms::util::ArrayView< T >
back() constcomms::util::ArrayView< T >
begin() const noexceptcomms::util::ArrayView< T >
cbegin() const noexceptcomms::util::ArrayView< T >
cend() const noexceptcomms::util::ArrayView< T >
const_iterator typedefcomms::util::ArrayView< T >
const_pointer typedefcomms::util::ArrayView< T >
const_reference typedefcomms::util::ArrayView< T >
const_reverse_iterator typedefcomms::util::ArrayView< T >
ConstIterator typedefcomms::util::ArrayView< T >
ConstPointer typedefcomms::util::ArrayView< T >
ConstReference typedefcomms::util::ArrayView< T >
ConstReverseIterator typedefcomms::util::ArrayView< T >
crbegin() const noexceptcomms::util::ArrayView< T >
crend() const noexceptcomms::util::ArrayView< T >
empty() const noexceptcomms::util::ArrayView< T >
end() const noexceptcomms::util::ArrayView< T >
front() constcomms::util::ArrayView< T >
iterator typedefcomms::util::ArrayView< T >
Iterator typedefcomms::util::ArrayView< T >
length() const noexceptcomms::util::ArrayView< T >
operator!=(const ArrayView< T > &view1, const ArrayView< T > &view2) noexceptcomms::util::ArrayView< T >related
operator<(const ArrayView< T > &view1, const ArrayView< T > &view2) noexceptcomms::util::ArrayView< T >related
operator<=(const ArrayView< T > &view1, const ArrayView< T > &view2) noexceptcomms::util::ArrayView< T >related
operator=(const ArrayView &)=defaultcomms::util::ArrayView< T >
operator=(const T(&data)[TN])comms::util::ArrayView< T >
operator=(T(&data)[TN])comms::util::ArrayView< T >
operator==(const ArrayView< T > &view1, const ArrayView< T > &view2) noexceptcomms::util::ArrayView< T >related
operator>(const ArrayView< T > &view1, const ArrayView< T > &view2) noexceptcomms::util::ArrayView< T >related
operator>=(const ArrayView< T > &view1, const ArrayView< T > &view2) noexceptcomms::util::ArrayView< T >related
operator[](size_type pos) constcomms::util::ArrayView< T >
pointer typedefcomms::util::ArrayView< T >
Pointer typedefcomms::util::ArrayView< T >
rbegin() const noexceptcomms::util::ArrayView< T >
Reference typedefcomms::util::ArrayView< T >
reference typedefcomms::util::ArrayView< T >
remove_prefix(size_type n)comms::util::ArrayView< T >
remove_suffix(size_type n)comms::util::ArrayView< T >
rend() const noexceptcomms::util::ArrayView< T >
reverse_iterator typedefcomms::util::ArrayView< T >
ReverseIterator typedefcomms::util::ArrayView< T >
size() const noexceptcomms::util::ArrayView< T >
size_type typedefcomms::util::ArrayView< T >
SizeType typedefcomms::util::ArrayView< T >
swap(ArrayView &other) noexceptcomms::util::ArrayView< T >
swap(comms::util::ArrayView< T > &view1, comms::util::ArrayView< T > &view2)comms::util::ArrayView< T >related
value_type typedefcomms::util::ArrayView< T >
ValueType typedefcomms::util::ArrayView< T >
~ArrayView() noexcept=defaultcomms::util::ArrayView< T >