#include <XrdClOperationHandlers.hh>
Static Public Member Functions | |
static ResponseHandler * | Create (std::function< void(XRootDStatus &)> func) |
static ResponseHandler * | Create (std::function< void(XRootDStatus &, HostList &)> func) |
template<typename Return> | |
static ResponseHandler * | Create (std::packaged_task< Return(XRootDStatus &)> &task) |
Static Public Member Functions inherited from XrdCl::RespBase< void > | |
static ResponseHandler * | Create (ResponseHandler *hdlr) |
Factory class, overloads Resp for void type
Definition at line 720 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method
func | : the function/functor/lambda that should be wrapped |
Definition at line 728 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method
func | : the function/functor/lambda that should be wrapped |
Definition at line 739 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method
task | : the task that should be wrapped |
Definition at line 751 of file XrdClOperationHandlers.hh.