LibPkg
Public Member Functions | Static Public Member Functions | List of all members
pkg::zipfile::zlib_error Class Reference

An exception class for reporting errors in zlib. More...

#include <zipfile.h>

Inheritance diagram for pkg::zipfile::zlib_error:

Public Member Functions

 zlib_error (int code)
 Construct zlib error. More...
 

Static Public Member Functions

static const char * make_message (int code)
 Make error message. More...
 

Detailed Description

An exception class for reporting errors in zlib.

Constructor & Destructor Documentation

◆ zlib_error()

pkg::zipfile::zlib_error::zlib_error ( int  code)

Construct zlib error.

Parameters
codethe zlib error code

Member Function Documentation

◆ make_message()

const char * pkg::zipfile::zlib_error::make_message ( int  code)
static

Make error message.

Parameters
codethe zlib error code
Returns
the error message

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

Reference Manual LibPkg Version 0.6.1 (28 Jan 2015)