#include <string>
#include <stdexcept>
#include <gdkmm/pixbuf.h>
#include "image.hpp"
Go to the source code of this file.
Functions |
void | swap (Image &lhs, Image &rhs) noexcept |
void | swap (Image::iterator &lhs, Image::iterator &rhs) noexcept |
Image::iterator | operator+ (Image::iterator lhs, int rhs) |
Image::iterator | operator+ (int lhs, Image::iterator rhs) |
Image::iterator | operator- (Image::iterator lhs, int rhs) |
int | operator- (const Image::iterator &lhs, const Image::iterator &rhs) |
void | swap (Image::const_iterator &lhs, Image::const_iterator &rhs) noexcept |
Image::const_iterator | operator+ (Image::const_iterator lhs, int rhs) |
Image::const_iterator | operator+ (int lhs, Image::const_iterator rhs) |
Image::const_iterator | operator- (Image::const_iterator lhs, int rhs) |
int | operator- (const Image::const_iterator &lhs, const Image::const_iterator &rhs) |
Function Documentation