|
egami
C++ Image Processing program
|
#include <image.hpp>

| Image::const_iterator::const_iterator | ( | const Image * | img, |
| unsigned | y, | ||
| unsigned | x | ||
| ) |
| Image::const_iterator::const_iterator | ( | const const_iterator & | other | ) |
| Image::const_iterator::const_iterator | ( | const_iterator && | other | ) |
| bool Image::const_iterator::operator!= | ( | const Image::const_iterator & | o | ) | const |
| const_Pixel_proxy & Image::const_iterator::operator* | ( | ) |
| const_Pixel_proxy & Image::const_iterator::operator* | ( | ) | const |
| Image::const_iterator & Image::const_iterator::operator++ | ( | ) |
| Image::const_iterator Image::const_iterator::operator++ | ( | int | ) |
| Image::const_iterator & Image::const_iterator::operator+= | ( | int | rhs | ) |
| Image::const_iterator Image::const_iterator::operator-- | ( | int | ) |
| Image::const_iterator & Image::const_iterator::operator-- | ( | ) |
| Image::const_iterator & Image::const_iterator::operator-= | ( | int | rhs | ) |
| const_Pixel_proxy * Image::const_iterator::operator-> | ( | ) | const |
| const_Pixel_proxy * Image::const_iterator::operator-> | ( | ) |
| Image::const_iterator & Image::const_iterator::operator= | ( | const_iterator | other | ) |
| bool Image::const_iterator::operator== | ( | const Image::const_iterator & | o | ) | const |
| Image::const_iterator operator+ | ( | Image::const_iterator | lhs, |
| int | rhs | ||
| ) | [friend] |
| Image::const_iterator operator+ | ( | int | lhs, |
| Image::const_iterator | rhs | ||
| ) | [friend] |
| Image::const_iterator operator- | ( | Image::const_iterator | lhs, |
| int | rhs | ||
| ) | [friend] |
| int operator- | ( | const Image::const_iterator & | lhs, |
| const Image::const_iterator & | rhs | ||
| ) | [friend] |
| void() swap | ( | Image::const_iterator & | lhs, |
| Image::const_iterator & | rhs | ||
| ) | [friend] |
const Image* Image::const_iterator::img [private] |
std::unique_ptr<const_Pixel_proxy> Image::const_iterator::proxy [private] |
unsigned Image::const_iterator::x [private] |
unsigned Image::const_iterator::y [private] |
1.7.4