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

Base class for body appenders. More...

#include <zlib.hpp>

Inheritance diagram for restinio::transforms::zlib::body_appender_base_t< Response_Output_Strategy, Descendant >:
restinio::transforms::zlib::x_controlled_output_body_appender_base_t< restinio_controlled_output_t, body_appender_t< restinio_controlled_output_t > > restinio::transforms::zlib::x_controlled_output_body_appender_base_t< user_controlled_output_t, body_appender_t< user_controlled_output_t > > restinio::transforms::zlib::body_appender_t< restinio_controlled_output_t > restinio::transforms::zlib::body_appender_t< user_controlled_output_t >

Public Types

using resp_t = response_builder_t< Response_Output_Strategy >
 

Public Member Functions

 body_appender_base_t (const params_t &params, resp_t &resp)
 
 body_appender_base_t (const body_appender_base_t &)=delete
 
body_appender_base_toperator= (const body_appender_base_t &)=delete
 
body_appender_base_toperator= (body_appender_base_t &&)=delete
 
 body_appender_base_t (body_appender_base_t &&ba) noexcept
 
virtual ~body_appender_base_t ()
 

Protected Attributes

std::unique_ptr< zlib_tm_ztransformator
 
resp_tm_resp
 

Detailed Description

template<typename Response_Output_Strategy, typename Descendant>
class restinio::transforms::zlib::body_appender_base_t< Response_Output_Strategy, Descendant >

Base class for body appenders.

Definition at line 968 of file zlib.hpp.

Member Typedef Documentation

◆ resp_t

Definition at line 971 of file zlib.hpp.

Constructor & Destructor Documentation

◆ body_appender_base_t() [1/3]

Definition at line 973 of file zlib.hpp.

◆ body_appender_base_t() [2/3]

◆ body_appender_base_t() [3/3]

Definition at line 990 of file zlib.hpp.

◆ ~body_appender_base_t()

Definition at line 995 of file zlib.hpp.

Member Function Documentation

◆ operator=() [1/2]

◆ operator=() [2/2]

Member Data Documentation

◆ m_resp

Definition at line 999 of file zlib.hpp.

◆ m_ztransformator

Definition at line 998 of file zlib.hpp.


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