|
XRootD
|
#include <XrdClOperationHandlers.hh>
Inheritance diagram for XrdCl::RespBase< Response >:
Collaboration diagram for XrdCl::RespBase< Response >:Static Public Member Functions | |
| static ResponseHandler * | Create (ResponseHandler &hdlr) |
| static ResponseHandler * | Create (ResponseHandler *hdlr) |
| static ResponseHandler * | Create (std::future< Response > &ftr) |
A base class for factories, creates ForwardingHandlers from ResponseHandler*, ResponseHandler& and std::future<Response>
Definition at line 626 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method, simply forwards the given handler
| hdlr | : the ResponseHandler that should be wrapped |
Definition at line 645 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method, simply forwards the given handler
| hdlr | : the ResponseHandler that should be wrapped |
Definition at line 634 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method
| ftr | : the std::future that should be wrapped |
Definition at line 656 of file XrdClOperationHandlers.hh.