#include <slice.hpp>
Public Member Functions | |
Slice (T *ptr, size_t begin, size_t end) | |
Slice< T * > | subSlice (size_t begin, size_t end) |
Slice< const T * > | subSlice (size_t begin, size_t end) const |
Public Member Functions inherited from Exiv2::Internal::MutableSliceBase< Internal::PtrSliceStorage, T * > | |
value_type & | at (size_t index) |
const value_type & | at (size_t index) const |
iterator | begin () noexcept |
iterator | end () noexcept |
Public Member Functions inherited from Exiv2::Internal::ConstSliceBase< storage_type, data_type > | |
ConstSliceBase (data_type &data, size_t begin, size_t end) | |
const value_type & | at (size_t index) const |
const_iterator | cbegin () const noexcept |
const_iterator | cend () const noexcept |
template<typename slice_type > | |
slice_type | subSlice (size_t begin, size_t end) const |
Public Member Functions inherited from Exiv2::Internal::SliceBase | |
SliceBase (size_t begin, size_t end) | |
size_t | size () const noexcept |
Additional Inherited Members | |
Public Types inherited from Exiv2::Internal::MutableSliceBase< Internal::PtrSliceStorage, T * > | |
using | iterator = typename ConstSliceBase< Internal::PtrSliceStorage, T * >::iterator |
using | const_iterator = typename ConstSliceBase< Internal::PtrSliceStorage, T * >::const_iterator |
using | value_type = typename ConstSliceBase< Internal::PtrSliceStorage, T * >::value_type |
Public Types inherited from Exiv2::Internal::ConstSliceBase< storage_type, data_type > | |
using | iterator = typename storage_type< data_type >::iterator |
using | const_iterator = typename storage_type< data_type >::const_iterator |
using | value_type = typename storage_type< data_type >::value_type |
Protected Types inherited from Exiv2::Internal::MutableSliceBase< Internal::PtrSliceStorage, T * > | |
using | base_type = ConstSliceBase< Internal::PtrSliceStorage, T * > |
Protected Member Functions inherited from Exiv2::Internal::MutableSliceBase< Internal::PtrSliceStorage, T * > | |
ConstSliceBase< Internal::PtrSliceStorage, const T * > | to_const_base () const noexcept |
slice_type | subSlice (size_t begin, size_t end) |
Protected Member Functions inherited from Exiv2::Internal::SliceBase | |
void | rangeCheck (size_t index) const |
Protected Attributes inherited from Exiv2::Internal::ConstSliceBase< storage_type, data_type > | |
storage_type< data_type > | storage_ |
Protected Attributes inherited from Exiv2::Internal::SliceBase | |
size_t | begin_ |
size_t | end_ |
Specialization of slices for (mutable) C-arrays.