|
XRootD
|
Lambda wrapper. More...
#include <XrdClOperationHandlers.hh>
Inheritance diagram for XrdCl::ExOpenFuncWrapper:
Collaboration diagram for XrdCl::ExOpenFuncWrapper:Public Member Functions | |
| ExOpenFuncWrapper (const Ctx< File > &f, std::function< void(XRootDStatus &, StatInfo &)> handleFunction) | |
| Constructor. | |
| ExOpenFuncWrapper (const Ctx< File > &f, std::function< void(XRootDStatus &, StatInfo &, HostList &)> handleFunction) | |
| Constructor. | |
| void | HandleResponseWithHosts (XRootDStatus *status, AnyObject *response, HostList *hostList) |
| Callback method. | |
Public Member Functions inherited from XrdCl::ResponseHandler | |
| virtual | ~ResponseHandler () |
| virtual void | HandleResponse (XRootDStatus *status, AnyObject *response) |
Additional Inherited Members | |
Static Public Member Functions inherited from XrdCl::ResponseHandler | |
| 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(), and XrdCl::NullRef< Response >::value.
Here is the call graph for this function: