class lifetime_binding - 5cript/attender GitHub Wiki
class lifetime_binding
Internal lifetime binder that combines the lifetime of the response and request object.
Summary
| Members | Descriptions |
|---|---|
public lifetime_binding(request_handler * req,response_handler * res) |
|
public ~lifetime_binding() |
|
public lifetime_binding(lifetime_binding const &) = delete |
|
public lifetime_binding & operator=(lifetime_binding const &) = delete |
|
public lifetime_binding & operator=(lifetime_binding &&) = delete |
|
public lifetime_binding(lifetime_binding &&) = delete |
|
public request_handler & get_request_handler() |
|
public response_handler & get_response_handler() |