MFEM  v4.6.0
Finite element discretization library
Public Member Functions | List of all members
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)
 
 Exception (const std::string msg_)
 
const char * what () const noexcept
 

Detailed Description

Exception class thrown by failed zlib operations.

Definition at line 272 of file zstr.hpp.

Constructor & Destructor Documentation

◆ Exception() [1/2]

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

Definition at line 276 of file zstr.hpp.

◆ Exception() [2/2]

zstr::Exception::Exception ( const std::string  msg_)
inline

Definition at line 304 of file zstr.hpp.

Member Function Documentation

◆ what()

const char* zstr::Exception::what ( ) const
inlinenoexcept

Definition at line 305 of file zstr.hpp.


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