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