Specialization of slices for constant containers. More...
#include <slice.hpp>

Public Types | |
| using | iterator = typename container::iterator |
| using | const_iterator = typename container::const_iterator |
| using | value_type = typename std::remove_cv< typename container::value_type >::type |
Public Types inherited from Exiv2::Internal::ConstSliceBase< Internal::ContainerStorage, const container > | |
| using | iterator = typename Internal::ContainerStorage< const container >::iterator |
| using | const_iterator = typename Internal::ContainerStorage< const container >::const_iterator |
| using | value_type = typename Internal::ContainerStorage< const container >::value_type |
Public Member Functions | |
| Slice | subSlice (size_t begin, size_t end) const |
Public Member Functions inherited from Exiv2::Internal::ConstSliceBase< Internal::ContainerStorage, const container > | |
| ConstSliceBase (const container &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 |
| 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 | |
Protected Member Functions inherited from Exiv2::Internal::SliceBase | |
| void | rangeCheck (size_t index) const |
Protected Attributes inherited from Exiv2::Internal::ConstSliceBase< Internal::ContainerStorage, const container > | |
| Internal::ContainerStorage< const container > | storage_ |
Protected Attributes inherited from Exiv2::Internal::SliceBase | |
| size_t | begin_ |
| size_t | end_ |
Specialization of slices for constant containers.