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 |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
protected |