Eclipse SUMO - Simulation of Urban MObility
zstr::detail::z_stream_wrapper Class Reference

#include <zstr.hpp>

Inheritance diagram for zstr::detail::z_stream_wrapper:
[legend]
Collaboration diagram for zstr::detail::z_stream_wrapper:
[legend]

Public Member Functions

 z_stream_wrapper (bool _is_input, int _level, int _window_bits)
 
 ~z_stream_wrapper ()
 

Private Attributes

bool is_input
 

Detailed Description

Definition at line 88 of file zstr.hpp.

Constructor & Destructor Documentation

◆ z_stream_wrapper()

zstr::detail::z_stream_wrapper::z_stream_wrapper ( bool  _is_input,
int  _level,
int  _window_bits 
)
inline

Definition at line 92 of file zstr.hpp.

References is_input.

◆ ~z_stream_wrapper()

zstr::detail::z_stream_wrapper::~z_stream_wrapper ( )
inline

Definition at line 111 of file zstr.hpp.

References is_input.

Field Documentation

◆ is_input

bool zstr::detail::z_stream_wrapper::is_input
private

Definition at line 123 of file zstr.hpp.

Referenced by z_stream_wrapper(), and ~z_stream_wrapper().


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