|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
#include <DataAccess.hpp>
Collaboration diagram for MayaFlux::Kakshya::StructuredView< T >::iterator:Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | value_type = T |
Public Member Functions | |
| iterator (const component_type *ptr, size_t stride) | |
| T | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
Private Attributes | |
| const component_type * | m_ptr |
| size_t | m_stride |
Definition at line 194 of file DataAccess.hpp.