#include <image.hpp>
Inheritance diagram for png::image< pixel >::streaming_impl< base >:

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 |
| png::image< pixel >::streaming_impl< base >::streaming_impl | ( | image_info & | info, | |
| pixbuf & | pixels | |||
| ) | [inline] |
| byte* png::image< pixel >::streaming_impl< base >::get_next_row | ( | size_t | pos | ) | [inline] |
Returns the starting address of a pos-th row in the image's pixel buffer.
pixbuf& png::image< pixel >::streaming_impl< base >::m_pixbuf [protected] |
1.5.2