RESTinio
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
restinio::transforms::zlib::x_controlled_output_body_appender_base_t< X_Controlled_Output, Descendant > Class Template Reference

Base class for body appenders with restinio or user controlled output. More...

#include <zlib.hpp>

Inheritance diagram for restinio::transforms::zlib::x_controlled_output_body_appender_base_t< X_Controlled_Output, Descendant >:
restinio::transforms::zlib::body_appender_base_t< X_Controlled_Output, Descendant >

Public Types

using base_type_t = body_appender_base_t< X_Controlled_Output, Descendant >
 
- Public Types inherited from restinio::transforms::zlib::body_appender_base_t< X_Controlled_Output, Descendant >
using resp_t
 

Public Member Functions

Descendantappend (string_view_t input)
 Append a piece of data to response.
 
void complete ()
 Complete zlib transformation operation.
 
- Public Member Functions inherited from restinio::transforms::zlib::body_appender_base_t< X_Controlled_Output, Descendant >
 body_appender_base_t (const params_t &params, resp_t &resp)
 
 body_appender_base_t (const body_appender_base_t &)=delete
 
 body_appender_base_t (body_appender_base_t &&ba) noexcept
 
body_appender_base_toperator= (const body_appender_base_t &)=delete
 
body_appender_base_toperator= (body_appender_base_t &&)=delete
 
virtual ~body_appender_base_t ()
 

Additional Inherited Members

- Protected Attributes inherited from restinio::transforms::zlib::body_appender_base_t< X_Controlled_Output, Descendant >
std::unique_ptr< zlib_tm_ztransformator
 
resp_tm_resp
 

Detailed Description

template<typename X_Controlled_Output, typename Descendant>
class restinio::transforms::zlib::x_controlled_output_body_appender_base_t< X_Controlled_Output, Descendant >

Base class for body appenders with restinio or user controlled output.

Definition at line 1019 of file zlib.hpp.

Member Typedef Documentation

◆ base_type_t

Definition at line 1023 of file zlib.hpp.

Member Function Documentation

◆ append()

Append a piece of data to response.

Definition at line 1029 of file zlib.hpp.

◆ complete()

Complete zlib transformation operation.

Definition at line 1038 of file zlib.hpp.


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