at(size_type n) const | tdc::GenericViewBase< T, P > | inlineprotected |
back() const | tdc::GenericViewBase< T, P > | inlineprotected |
begin() const | tdc::GenericViewBase< T, P > | inlineprotected |
bound_check(size_t pos) const | tdc::GenericViewBase< T, P > | inlineprotected |
bound_check_not_empty() const | tdc::GenericViewBase< T, P > | inlineprotected |
cbegin() const | tdc::GenericViewBase< T, P > | inlineprotected |
cend() const | tdc::GenericViewBase< T, P > | inlineprotected |
clear() | tdc::GenericViewBase< T, P > | inlineprotected |
const_iterator typedef | tdc::GenericViewBase< T, P > | protected |
const_pointer typedef | tdc::GenericViewBase< T, P > | protected |
const_reference typedef | tdc::GenericViewBase< T, P > | protected |
const_reverse_iterator typedef | tdc::GenericViewBase< T, P > | protected |
crbegin() const | tdc::GenericViewBase< T, P > | inlineprotected |
crend() const | tdc::GenericViewBase< T, P > | inlineprotected |
data() const noexcept | tdc::GenericViewBase< T, P > | inlineprotected |
debug_bound_check(size_t IF_DEBUG(pos)) const | tdc::GenericViewBase< T, P > | inlineprotected |
debug_bound_check_not_empty() const | tdc::GenericViewBase< T, P > | inlineprotected |
difference_type typedef | tdc::GenericViewBase< T, P > | protected |
empty() const | tdc::GenericViewBase< T, P > | inlineprotected |
end() const | tdc::GenericViewBase< T, P > | inlineprotected |
ends_with(const T &c) const | tdc::GenericViewBase< T, P > | inlineprotected |
ends_with(const GenericViewBase< T, const T *> &x) const | tdc::GenericViewBase< T, P > | inlineprotected |
front() const | tdc::GenericViewBase< T, P > | inlineprotected |
GenericViewBase(P data, size_t size) | tdc::GenericViewBase< T, P > | inlineprotected |
GenericViewBase() | tdc::GenericViewBase< T, P > | inlineprotected |
GenericViewBase(const GenericViewBase &other) | tdc::GenericViewBase< T, P > | inlineprotected |
GenericViewBase(const std::vector< T > &other) | tdc::GenericViewBase< T, P > | inlineprotected |
GenericViewBase(const std::array< T, N > &other) | tdc::GenericViewBase< T, P > | inlineprotected |
GenericViewBase< T, const T *> class | tdc::GenericViewBase< T, P > | friend |
GenericViewBase< T, T *> class | tdc::GenericViewBase< T, P > | friend |
m_data | tdc::GenericViewBase< T, P > | protected |
m_size | tdc::GenericViewBase< T, P > | protected |
max_size() const | tdc::GenericViewBase< T, P > | inlineprotected |
npos | tdc::GenericViewBase< T, P > | protectedstatic |
op_eq(const GenericViewBase< T, const T *> &lhs, const GenericViewBase< T, const T *> &rhs) | tdc::GenericViewBase< T, P > | inlineprotectedstatic |
op_greater(const GenericViewBase< T, const T *> &lhs, const GenericViewBase< T, const T *> &rhs) | tdc::GenericViewBase< T, P > | inlineprotectedstatic |
op_greater_eq(const GenericViewBase< T, const T *> &lhs, const GenericViewBase< T, const T *> &rhs) | tdc::GenericViewBase< T, P > | inlineprotectedstatic |
op_less(const GenericViewBase< T, const T *> &lhs, const GenericViewBase< T, const T *> &rhs) | tdc::GenericViewBase< T, P > | inlineprotectedstatic |
op_less_eq(const GenericViewBase< T, const T *> &lhs, const GenericViewBase< T, const T *> &rhs) | tdc::GenericViewBase< T, P > | inlineprotectedstatic |
op_not_eq(const GenericViewBase< T, const T *> &lhs, const GenericViewBase< T, const T *> &rhs) | tdc::GenericViewBase< T, P > | inlineprotectedstatic |
operator std::vector< T >() const | tdc::GenericViewBase< T, P > | inlineprotected |
operator=(const GenericViewBase &other) | tdc::GenericViewBase< T, P > | inlineprotected |
operator[](size_type n) const | tdc::GenericViewBase< T, P > | inlineprotected |
pop_back() | tdc::GenericViewBase< T, P > | inlineprotected |
pop_front() | tdc::GenericViewBase< T, P > | inlineprotected |
rbegin() const | tdc::GenericViewBase< T, P > | inlineprotected |
remove_prefix(size_type n) | tdc::GenericViewBase< T, P > | inlineprotected |
remove_suffix(size_type n) | tdc::GenericViewBase< T, P > | inlineprotected |
rend() const | tdc::GenericViewBase< T, P > | inlineprotected |
size() const | tdc::GenericViewBase< T, P > | inlineprotected |
size_type typedef | tdc::GenericViewBase< T, P > | protected |
slice(size_type from, size_type to=npos) const | tdc::GenericViewBase< T, P > | inlineprotected |
starts_with(const T &c) const | tdc::GenericViewBase< T, P > | inlineprotected |
starts_with(const GenericViewBase< T, const T *> &x) const | tdc::GenericViewBase< T, P > | inlineprotected |
substr(size_type pos, size_type len=npos) const | tdc::GenericViewBase< T, P > | inlineprotected |
swap(GenericViewBase &other) | tdc::GenericViewBase< T, P > | inlineprotected |
swap(GenericViewBase< U, Q > &lhs, GenericViewBase< U, Q > &rhs) | tdc::GenericViewBase< T, P > | friend |
value_type typedef | tdc::GenericViewBase< T, P > | protected |