| png++ 0.2.10
    | 
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-throw in the image's pixel buffer. | |
| Protected Attributes | |
| pixbuf & | m_pixbuf | 
A common base class template for pixel_consumer and pixel_generator classes.
| 
 | inline | 
| 
 | inline | 
Returns the starting address of a pos-th row in the image's pixel buffer. 
References png::image< pixel, pixel_buffer_type >::streaming_impl< base_impl >::m_pixbuf.
| 
 | protected |