![]() |
XRootD
|
Lambda wrapper. More...
#include <XrdClOperationHandlers.hh>
Public Member Functions | |
ExOpenFuncWrapper (const Ctx< File > &f, std::function< void(XRootDStatus &, StatInfo &)> handleFunction) | |
Constructor. More... | |
ExOpenFuncWrapper (const Ctx< File > &f, std::function< void(XRootDStatus &, StatInfo &, HostList &)> handleFunction) | |
Constructor. More... | |
void | HandleResponseWithHosts (XRootDStatus *status, AnyObject *response, HostList *hostList) |
Callback method. More... | |
![]() | |
virtual | ~ResponseHandler () |
virtual void | HandleResponse (XRootDStatus *status, AnyObject *response) |
Additional Inherited Members | |
![]() | |
static ResponseHandler * | Wrap (std::function< void(XRootDStatus &, AnyObject &)> func) |
static ResponseHandler * | Wrap (std::function< void(XRootDStatus *, AnyObject *)> func) |
Lambda wrapper.
Definition at line 335 of file XrdClOperationHandlers.hh.
|
inline |
Constructor.
func | : function, functor or lambda (2 arguments) |
Definition at line 344 of file XrdClOperationHandlers.hh.
|
inline |
Constructor.
func | : function, functor or lambda (3 arguments) |
Definition at line 355 of file XrdClOperationHandlers.hh.
|
inlinevirtual |
Callback method.
Reimplemented from XrdCl::ResponseHandler.
Definition at line 364 of file XrdClOperationHandlers.hh.
References XrdCl::Status::IsOK().