openMSX
Public Member Functions | Public Attributes | List of all members
openmsx::PNG::PNGWriteHandle Struct Reference

Public Member Functions

 PNGWriteHandle ()=default
 
 ~PNGWriteHandle ()
 
 PNGWriteHandle (const PNGWriteHandle &)=delete
 
PNGWriteHandleoperator= (const PNGWriteHandle &)=delete
 

Public Attributes

png_structp ptr = nullptr
 
png_infop info = nullptr
 

Detailed Description

Definition at line 201 of file PNG.cc.

Constructor & Destructor Documentation

◆ PNGWriteHandle() [1/2]

openmsx::PNG::PNGWriteHandle::PNGWriteHandle ( )
default

◆ ~PNGWriteHandle()

openmsx::PNG::PNGWriteHandle::~PNGWriteHandle ( )
inline

Definition at line 203 of file PNG.cc.

References info, and ptr.

◆ PNGWriteHandle() [2/2]

openmsx::PNG::PNGWriteHandle::PNGWriteHandle ( const PNGWriteHandle )
delete

Member Function Documentation

◆ operator=()

PNGWriteHandle & openmsx::PNG::PNGWriteHandle::operator= ( const PNGWriteHandle )
delete

Member Data Documentation

◆ info

png_infop openmsx::PNG::PNGWriteHandle::info = nullptr

Definition at line 213 of file PNG.cc.

Referenced by ~PNGWriteHandle().

◆ ptr

png_structp openmsx::PNG::PNGWriteHandle::ptr = nullptr

Definition at line 212 of file PNG.cc.

Referenced by ~PNGWriteHandle().


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