|
gem5
v19.0.0.0
|
Public Member Functions | |
| PngStructHandle () | |
| ~PngStructHandle () | |
Public Attributes | |
| png_structp | pngWriteP |
| Pointer to PNG Write struct. More... | |
| png_infop | pngInfoP |
| Pointer to PNG Info struct. More... | |
Private Member Functions | |
| PngStructHandle (const PngStructHandle &)=delete | |
| PngStructHandle & | operator= (const PngStructHandle &)=delete |
Definition at line 78 of file pngwriter.cc.
|
privatedelete |
|
inline |
Definition at line 85 of file pngwriter.cc.
|
inline |
Definition at line 99 of file pngwriter.cc.
|
privatedelete |
| png_infop PngWriter::PngStructHandle::pngInfoP |
Pointer to PNG Info struct.
Definition at line 110 of file pngwriter.cc.
Referenced by PngStructHandle(), PngWriter::write(), and ~PngStructHandle().
| png_structp PngWriter::PngStructHandle::pngWriteP |
Pointer to PNG Write struct.
Definition at line 107 of file pngwriter.cc.
Referenced by PngStructHandle(), PngWriter::write(), and ~PngStructHandle().