VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Gr::PngImp Class Reference

A private base class that manages png_struct and png_info structures, and handles error callbacks. More...

+ Inheritance diagram for Gr::PngImp:

Classes

struct  FileCloser
 RAII class to do std::fclose(). More...
 

Public Member Functions

 PngImp (bool reader)
 
void pngReset ()
 

Protected Attributes

png_struct * m_png_struct
 
png_info * m_png_info
 

Detailed Description

A private base class that manages png_struct and png_info structures, and handles error callbacks.

Definition at line 76 of file grpng_png.cpp.


The documentation for this class was generated from the following file: