gem5  v20.1.0.0
Public Member Functions | Public Attributes | Private Member Functions | List of all members
PngWriter::PngStructHandle Struct Reference

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
 
PngStructHandleoperator= (const PngStructHandle &)=delete
 

Detailed Description

Definition at line 76 of file pngwriter.cc.

Constructor & Destructor Documentation

◆ PngStructHandle() [1/2]

PngWriter::PngStructHandle::PngStructHandle ( const PngStructHandle )
privatedelete

◆ PngStructHandle() [2/2]

PngWriter::PngStructHandle::PngStructHandle ( )
inline

Definition at line 83 of file pngwriter.cc.

References pngInfoP, and pngWriteP.

◆ ~PngStructHandle()

PngWriter::PngStructHandle::~PngStructHandle ( )
inline

Definition at line 97 of file pngwriter.cc.

References pngInfoP, and pngWriteP.

Member Function Documentation

◆ operator=()

PngStructHandle& PngWriter::PngStructHandle::operator= ( const PngStructHandle )
privatedelete

Member Data Documentation

◆ pngInfoP

png_infop PngWriter::PngStructHandle::pngInfoP

Pointer to PNG Info struct.

Definition at line 108 of file pngwriter.cc.

Referenced by PngStructHandle(), PngWriter::write(), and ~PngStructHandle().

◆ pngWriteP

png_structp PngWriter::PngStructHandle::pngWriteP

Pointer to PNG Write struct.

Definition at line 105 of file pngwriter.cc.

Referenced by PngStructHandle(), PngWriter::write(), and ~PngStructHandle().


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

Generated on Wed Sep 30 2020 14:02:29 for gem5 by doxygen 1.8.17