Internal class to hold PNG info or end_info. More...
#include <info_base.hpp>
Public Member Functions | |
info_base (io_base &io, png_struct *png) | |
png_info * | get_png_info () const |
png_info ** | get_png_info_ptr () |
Protected Attributes | |
png_info * | m_info |
io_base & | m_io |
png_struct * | m_png |
Private Member Functions | |
info_base (info_base const &) | |
info_base & | operator= (info_base const &) |
Internal class to hold PNG info or end_info.
|
private |
|
inline |
|
inline |
References m_info.
Referenced by png::io_base::has_chunk(), png::reader< istream >::read_png(), png::writer< ostream >::write_png(), and png::io_base::~io_base().
|
inline |
References m_info.
Referenced by png::reader< istream >::~reader(), and png::writer< ostream >::~writer().
|
protected |
|
protected |
|
protected |