tudocomp
– The TU Dortmund Compression Framework
tdc::ConstGenericView< T > Member List

This is the complete list of members for tdc::ConstGenericView< T >, including all inherited members.

at(size_type pos) consttdc::ConstGenericView< T >inline
tdc::GenericViewBase::at(size_type n) consttdc::GenericViewBase< T, P >inlineprivate
back() consttdc::ConstGenericView< T >inline
begin() consttdc::ConstGenericView< T >inline
bound_check(size_t pos) consttdc::GenericViewBase< T, P >inlineprivate
bound_check_not_empty() consttdc::GenericViewBase< T, P >inlineprivate
cbegin() consttdc::ConstGenericView< T >inline
cend() consttdc::ConstGenericView< T >inline
clear()tdc::ConstGenericView< T >inline
const_iterator typedeftdc::ConstGenericView< T >
const_pointer typedeftdc::ConstGenericView< T >
const_reference typedeftdc::ConstGenericView< T >
const_reverse_iterator typedeftdc::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() consttdc::ConstGenericView< T >inline
crend() consttdc::ConstGenericView< T >inline
data() const noexcepttdc::ConstGenericView< T >inline
debug_bound_check(size_t IF_DEBUG(pos)) consttdc::GenericViewBase< T, P >inlineprivate
debug_bound_check_not_empty() consttdc::GenericViewBase< T, P >inlineprivate
difference_type typedeftdc::ConstGenericView< T >
empty() consttdc::ConstGenericView< T >inline
end() consttdc::ConstGenericView< T >inline
ends_with(const T &other) consttdc::ConstGenericView< T >inline
ends_with(const ConstGenericView< T > &other) consttdc::ConstGenericView< T >inline
tdc::GenericViewBase::ends_with(const GenericViewBase< T, const T *> &x) consttdc::GenericViewBase< T, P >inlineprivate
front() consttdc::ConstGenericView< T >inline
GenericView< T > classtdc::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_datatdc::GenericViewBase< T, P >private
m_sizetdc::GenericViewBase< T, P >private
max_size() consttdc::ConstGenericView< T >inline
npostdc::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 >() consttdc::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) consttdc::ConstGenericView< T >inline
tdc::GenericViewBase::operator[](size_type n) consttdc::GenericViewBase< T, P >inlineprivate
pop_back()tdc::ConstGenericView< T >inline
pop_front()tdc::ConstGenericView< T >inline
rbegin() consttdc::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() consttdc::ConstGenericView< T >inline
size() consttdc::ConstGenericView< T >inline
size_type typedeftdc::ConstGenericView< T >
slice(size_type from, size_type to=npos) consttdc::ConstGenericView< T >inline
tdc::GenericViewBase::slice(size_type from, size_type to=npos) consttdc::GenericViewBase< T, P >inlineprivate
starts_with(const T &other) consttdc::ConstGenericView< T >inline
starts_with(const ConstGenericView< T > &other) consttdc::ConstGenericView< T >inline
tdc::GenericViewBase::starts_with(const GenericViewBase< T, const T *> &x) consttdc::GenericViewBase< T, P >inlineprivate
substr(size_type pos, size_type len=npos) consttdc::ConstGenericView< T >inline
tdc::GenericViewBase::substr(size_type pos, size_type len=npos) consttdc::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 typedeftdc::ConstGenericView< T >