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=true, int _level=Z_DEFAULT_COMPRESSION)
 
 ~z_stream_wrapper ()
 

Private Attributes

bool is_input
 

Detailed Description

Definition at line 63 of file zstr.hpp.

Constructor & Destructor Documentation

◆ z_stream_wrapper()

zstr::detail::z_stream_wrapper::z_stream_wrapper ( bool  _is_input = true,
int  _level = Z_DEFAULT_COMPRESSION 
)
inline

Definition at line 67 of file zstr.hpp.

References is_input.

◆ ~z_stream_wrapper()

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

Definition at line 86 of file zstr.hpp.

References is_input.

Field Documentation

◆ is_input

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

Definition at line 98 of file zstr.hpp.

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


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