D++ (DPP)  10.0.30
C++ Discord API Bot Library
dpp::zlibcontext Class Reference

This is an opaque class containing zlib library specific structures. More...

Collaboration diagram for dpp::zlibcontext:

Public Attributes

z_stream d_stream
 Zlib stream struct. More...
 

Detailed Description

This is an opaque class containing zlib library specific structures.

We define it this way so that the public facing D++ library doesn't require the zlib headers be available to build against it.

Member Data Documentation

◆ d_stream

z_stream dpp::zlibcontext::d_stream

Zlib stream struct.

Referenced by dpp::discord_client::handle_frame().


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