Internal class to hold PNG ending info. More...
#include <end_info.hpp>
Public Member Functions | |
| end_info (io_base &io, png_struct *png) | |
| void | destroy () |
| void | read () |
| void | write () const |
Internal class to hold PNG ending info.
| png::end_info::end_info | ( | io_base & | io, |
| png_struct * | png | ||
| ) | [inline] |
| void png::end_info::destroy | ( | ) | [inline] |
References png::info_base::m_info, and png::info_base::m_png.
Referenced by png::writer< ostream >::~writer().
| void png::end_info::read | ( | ) | [inline] |
References png::info_base::m_info, and png::info_base::m_png.
Referenced by png::reader< istream >::read_end_info().
| void png::end_info::write | ( | ) | const [inline] |
References png::info_base::m_info, and png::info_base::m_png.
Referenced by png::writer< ostream >::write_end_info().
1.7.2