reset()
method implementation as well as info_holder
policy.
More...
#include <streaming_base.hpp>
Public Types | |
typedef pixel_traits< pixel > | traits |
Public Member Functions | |
streaming_base (image_info &info) | |
streaming_base (size_t width, size_t height) | |
image_info const & | get_info () const |
Protected Member Functions | |
void | reset (size_t) |
image_info & | get_info () |
Protected Attributes | |
info_holder | m_info_holder |
reset()
method implementation as well as info_holder
policy. typedef pixel_traits< pixel > png::streaming_base< pixel, info_holder >::traits |
png::streaming_base< pixel, info_holder >::streaming_base | ( | image_info & | info | ) | [inline, explicit] |
png::streaming_base< pixel, info_holder >::streaming_base | ( | size_t | width, | |
size_t | height | |||
) | [inline] |
image_info const& png::streaming_base< pixel, info_holder >::get_info | ( | ) | const [inline] |
void png::streaming_base< pixel, info_holder >::reset | ( | size_t | ) | [inline, protected] |
image_info& png::streaming_base< pixel, info_holder >::get_info | ( | ) | [inline, protected] |
info_holder png::streaming_base< pixel, info_holder >::m_info_holder [protected] |