|
png++
0.2.9
|
A base class template for consumer and generator classes. Provides default 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 (uint_32 width, uint_32 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 |
A base class template for consumer and generator classes. Provides default 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 | ( | uint_32 | width, |
| uint_32 | 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] |
1.7.6.1