![]() |
Exiv2
|
#include <slice.hpp>

Public Types | |
| typedef T *::iterator | iterator |
| typedef T *::const_iterator | const_iterator |
| typedef Internal::remove_cv< typenamecontainer::value_type >::type | value_type |
| Public Types inherited from Exiv2::Internal::MutableSliceBase< storage_type, data_type > | |
| typedef ConstSliceBase< storage_type, data_type >::iterator | iterator |
| typedef ConstSliceBase< storage_type, data_type >::const_iterator | const_iterator |
| typedef ConstSliceBase< storage_type, data_type >::value_type | value_type |
| Public Types inherited from Exiv2::Internal::ConstSliceBase< storage_type, data_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 |
| Public Types inherited from Exiv2::Internal::MutableSliceBase< Internal::PtrSliceStorage, T * > | |
| 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 |
| Public Types inherited from Exiv2::Internal::ConstSliceBase< Internal::PtrSliceStorage, T * > | |
| typedef Internal::PtrSliceStorage< T * >::iterator | iterator |
| typedef Internal::PtrSliceStorage< T * >::const_iterator | const_iterator |
| typedef Internal::PtrSliceStorage< T * >::value_type | value_type |
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< storage_type, data_type > | |
| MutableSliceBase (data_type &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< 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 throw () |
| const_iterator | cend () const throw () |
| 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 throw () |
| 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) |
| 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 |
Additional Inherited Members | |
| Protected Member Functions inherited from Exiv2::Internal::MutableSliceBase< storage_type, data_type > | |
| template<typename slice_type> | |
| slice_type | subSlice (size_t begin, size_t end) |
| Protected Member Functions inherited from Exiv2::Internal::SliceBase | |
| void | rangeCheck (size_t index) const |
| Protected Member Functions inherited from Exiv2::Internal::MutableSliceBase< Internal::PtrSliceStorage, T * > | |
| slice_type | subSlice (size_t begin, size_t end) |
| Protected Attributes inherited from Exiv2::Internal::ConstSliceBase< storage_type, data_type > | |
| storage_type< data_type > | storage_ |
| Protected Attributes inherited from Exiv2::Internal::SliceBase | |
| const size_t | begin_ |
| const size_t | end_ |
| Protected Attributes inherited from Exiv2::Internal::ConstSliceBase< Internal::PtrSliceStorage, T * > | |
| Internal::PtrSliceStorage< T * > | storage_ |
Specialization of slices for (mutable) C-arrays.