Assignments
Assignments
|
#include <image.h>
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | reference = const Pixel32 & |
using | pointer = const Pixel32 * |
using | value_type = Pixel32 |
using | difference_type = std::ptrdiff_t |
Public Member Functions | |
const_iterator (void) | |
const_iterator (const Pixel32 *p) | |
bool | operator== (const const_iterator &it) const |
bool | operator!= (const const_iterator &it) const |
const_iterator | operator++ (int) |
const_iterator & | operator++ (void) |
const Pixel32 & | operator* (void) |
const Pixel32 * | operator-> (void) |
Protected Attributes | |
friend | Image32 |
const Pixel32 * | _p |
A struct for iterating through the pixels of a const image.
using Image::Image32::const_iterator::difference_type = std::ptrdiff_t |
using Image::Image32::const_iterator::iterator_category = std::forward_iterator_tag |
using Image::Image32::const_iterator::pointer = const Pixel32 * |
using Image::Image32::const_iterator::reference = const Pixel32 & |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |