|
XRootD
|
Helper class for unpacking single XAttr from bulk response. More...
#include <XrdClOperationHandlers.hh>
Inheritance diagram for XrdCl::UnpackXAttr:
Collaboration diagram for XrdCl::UnpackXAttr:Public Member Functions | |
| UnpackXAttr (ResponseHandler *handler) | |
| void | HandleResponse (XRootDStatus *status, AnyObject *response) |
| Callback method. | |
Public Member Functions inherited from XrdCl::ResponseHandler | |
| virtual | ~ResponseHandler () |
| virtual void | HandleResponseWithHosts (XRootDStatus *status, AnyObject *response, HostList *hostList) |
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) |
Helper class for unpacking single XAttr from bulk response.
Definition at line 76 of file XrdClOperationHandlers.hh.
|
inline |
Definition at line 80 of file XrdClOperationHandlers.hh.
|
inlinevirtual |
Callback method.
Reimplemented from XrdCl::ResponseHandler.
Definition at line 87 of file XrdClOperationHandlers.hh.
References XrdCl::AnyObject::Get(), XrdCl::ResponseHandler::HandleResponse(), XrdCl::AnyObject::Set(), and XrdCl::Status::status.
Here is the call graph for this function: