Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
zstr::Exception Class Reference

Exception class thrown by failed zlib operations. More...

#include <zstr.hpp>

Inheritance diagram for zstr::Exception:
[legend]
Collaboration diagram for zstr::Exception:
[legend]

Public Member Functions

 Exception (z_stream *zstrm_p, int ret)

Static Public Member Functions

static std::string error_to_message (z_stream *zstrm_p, int ret)

Detailed Description

Exception class thrown by failed zlib operations.

Definition at line 34 of file zstr.hpp.

Constructor & Destructor Documentation

◆ Exception()

zstr::Exception::Exception ( z_stream * zstrm_p,
int ret )
inline

Definition at line 80 of file zstr.hpp.

References error_to_message().

Member Function Documentation

◆ error_to_message()

std::string zstr::Exception::error_to_message ( z_stream * zstrm_p,
int ret )
inlinestatic

Definition at line 38 of file zstr.hpp.

Referenced by Exception().

Here is the caller graph for this function:

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