#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 * > | |
MutableSliceBase (T * &data, size_t begin, size_t end) | |
value_type & | at (size_t index) |
const value_type & | at (size_t index) const |
iterator | begin () throw () |
iterator | end () throw () |
Public Member Functions inherited from Exiv2::Internal::ConstSliceBase< Internal::PtrSliceStorage, T * > | |
ConstSliceBase (T * &data, size_t begin, size_t end) | |
const value_type & | at (size_t index) const |
const_iterator | cbegin () const throw () |
const_iterator | cend () const throw () |
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 throw () |
Specialization of slices for (mutable) C-arrays.