libDwm-0.9.45
Dwm::GZWritable Class Referenceabstract

This class is a pure virtual class, defining an interface for classes that can write their contents to a gzFile. More...

#include <DwmGZIOCapable.hh>

Inheritance diagram for Dwm::GZWritable:

Public Member Functions

virtual ~GZWritable ()
 destructor
 
virtual int Write (gzFile gzf) const =0
 Write to a gzFile.
 

Detailed Description

This class is a pure virtual class, defining an interface for classes that can write their contents to a gzFile.

Member Function Documentation

◆ Write()

virtual int Dwm::GZWritable::Write ( gzFile gzf) const
pure virtual

Write to a gzFile.

Should return the number of bytes written on success (-1 on failure?)


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