gem5  v22.1.0.0
Public Member Functions | Public Attributes | Private Member Functions | List of all members
gem5::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 79 of file pngwriter.cc.

Constructor & Destructor Documentation

◆ PngStructHandle() [1/2]

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

◆ PngStructHandle() [2/2]

gem5::PngWriter::PngStructHandle::PngStructHandle ( )
inline

Definition at line 87 of file pngwriter.cc.

References pngInfoP, and pngWriteP.

◆ ~PngStructHandle()

gem5::PngWriter::PngStructHandle::~PngStructHandle ( )
inline

Definition at line 101 of file pngwriter.cc.

References pngInfoP, and pngWriteP.

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ pngInfoP

png_infop gem5::PngWriter::PngStructHandle::pngInfoP

Pointer to PNG Info struct.

Definition at line 112 of file pngwriter.cc.

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

◆ pngWriteP

png_structp gem5::PngWriter::PngStructHandle::pngWriteP

Pointer to PNG Write struct.

Definition at line 109 of file pngwriter.cc.

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


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

Generated on Wed Dec 21 2022 10:23:12 for gem5 by doxygen 1.9.1