libtasks Documentation  1.6
tasks::net::uwsgi_thrift_handler< thrift_interface_type > Class Template Reference

#include <uwsgi_thrift_handler.h>

Inheritance diagram for tasks::net::uwsgi_thrift_handler< thrift_interface_type >:
Collaboration diagram for tasks::net::uwsgi_thrift_handler< thrift_interface_type >:

Public Member Functions

void set_uwsgi_task (uwsgi_task *t)
 

Protected Member Functions

const uwsgi_requestrequest () const
 
const uwsgi_requestrequest_p () const
 
http_responseresponse ()
 
http_responseresponse_p ()
 

Private Attributes

uwsgi_taskm_uwsgi_task = nullptr
 

Detailed Description

template<class thrift_interface_type>
class tasks::net::uwsgi_thrift_handler< thrift_interface_type >

Definition at line 19 of file uwsgi_thrift_handler.h.

Member Function Documentation

template<class thrift_interface_type>
const uwsgi_request& tasks::net::uwsgi_thrift_handler< thrift_interface_type >::request ( ) const
inlineprotected

Definition at line 26 of file uwsgi_thrift_handler.h.

template<class thrift_interface_type>
const uwsgi_request* tasks::net::uwsgi_thrift_handler< thrift_interface_type >::request_p ( ) const
inlineprotected

Definition at line 28 of file uwsgi_thrift_handler.h.

template<class thrift_interface_type>
http_response& tasks::net::uwsgi_thrift_handler< thrift_interface_type >::response ( )
inlineprotected

Definition at line 30 of file uwsgi_thrift_handler.h.

template<class thrift_interface_type>
http_response* tasks::net::uwsgi_thrift_handler< thrift_interface_type >::response_p ( )
inlineprotected

Definition at line 32 of file uwsgi_thrift_handler.h.

template<class thrift_interface_type>
void tasks::net::uwsgi_thrift_handler< thrift_interface_type >::set_uwsgi_task ( uwsgi_task t)
inline

Definition at line 21 of file uwsgi_thrift_handler.h.

Member Data Documentation

template<class thrift_interface_type>
uwsgi_task* tasks::net::uwsgi_thrift_handler< thrift_interface_type >::m_uwsgi_task = nullptr
private

Definition at line 35 of file uwsgi_thrift_handler.h.


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