OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Public Attributes | List of all members
TPngDestructor Struct Reference

Public Member Functions

 TPngDestructor (png_struct *p)
 
 ~TPngDestructor ()
 

Public Attributes

png_struct * p
 

Detailed Description

Definition at line 22 of file ossimPngCodec.cpp.

Constructor & Destructor Documentation

◆ TPngDestructor()

TPngDestructor::TPngDestructor ( png_struct *  p)
inline

Definition at line 24 of file ossimPngCodec.cpp.

24 : p(p) {}
png_struct * p

◆ ~TPngDestructor()

TPngDestructor::~TPngDestructor ( )
inline

Definition at line 25 of file ossimPngCodec.cpp.

References p.

25 { if (p) { png_destroy_write_struct(&p, NULL); } }
png_struct * p

Member Data Documentation

◆ p

png_struct* TPngDestructor::p

Definition at line 23 of file ossimPngCodec.cpp.

Referenced by ~TPngDestructor().


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