png++ 0.2.9
|
A common base class template for pixel_consumer and pixel_generator classes. More...
#include <image.hpp>
Public Member Functions | |
streaming_impl (image_info &info, pixbuf &pixels) | |
byte * | get_next_row (size_t pos) |
Returns the starting address of a pos-th row in the image's pixel buffer. | |
Protected Attributes | |
pixbuf & | m_pixbuf |
A common base class template for pixel_consumer and pixel_generator classes.
|
inline |
References m_pixbuf.
|
inline |
Returns the starting address of a pos-th
row in the image's pixel buffer.
References m_pixbuf.
|
protected |
Referenced by get_next_row(), and streaming_impl().