![]() |
Exiv2
|
#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 |
![]() | |
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 () |
![]() | |
ConstSliceBase (data_type &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 () |
template<typename slice_type > | |
slice_type | subSlice (size_t begin, size_t end) const |
![]() | |
SliceBase (size_t begin, size_t end) | |
size_t | size () const throw () |
Additional Inherited Members | |
![]() | |
typedef ConstSliceBase< Internal::PtrSliceStorage, T * >::iterator | iterator |
typedef ConstSliceBase< Internal::PtrSliceStorage, T * >::const_iterator | const_iterator |
typedef ConstSliceBase< Internal::PtrSliceStorage, T * >::value_type | value_type |
![]() | |
typedef storage_type< data_type >::iterator | iterator |
typedef storage_type< data_type >::const_iterator | const_iterator |
typedef storage_type< data_type >::value_type | value_type |
![]() | |
typedef ConstSliceBase< Internal::PtrSliceStorage, T * > | base_type |
![]() | |
ConstSliceBase< Internal::PtrSliceStorage, const T * > | to_const_base () const throw () |
slice_type | subSlice (size_t begin, size_t end) |
![]() | |
void | rangeCheck (size_t index) const |
![]() | |
storage_type< data_type > | storage_ |
![]() | |
const size_t | begin_ |
const size_t | end_ |
Specialization of slices for (mutable) C-arrays.