|
XRootD
|
DelXAttr operation (. More...
#include <XrdClFileSystemOperations.hh>
Inheritance diagram for XrdCl::DelXAttrFsImpl< HasHndl >:
Collaboration diagram for XrdCl::DelXAttrFsImpl< HasHndl >:Public Types | |
| enum | { PathArg , NameArg } |
| Argument indexes in the args tuple. More... | |
Protected Member Functions | |
| XRootDStatus | RunImpl (PipelineHandler *handler, uint16_t pipelineTimeout) |
Protected Member Functions inherited from XrdCl::ConcreteOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Args... > | |
| DelXAttrFsImpl< true > | StreamImpl (ResponseHandler *handler) |
| DelXAttrFsImpl< to > | Transform () |
Protected Member Functions inherited from XrdCl::Operation< HasHndl > | |
| void | AddOperation (Operation< true > *op) |
| void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
Additional Inherited Members | |
Static Protected Member Functions inherited from XrdCl::ConcreteOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Args... > | |
| static void | AllocHandler (ConcreteOperation< DelXAttrFsImpl, false, Resp< void >, Args... > &me) |
| static void | AllocHandler (ConcreteOperation< DelXAttrFsImpl, true, Resp< void >, Args... > &me) |
| static DelXAttrFsImpl< true > | PipeImpl (ConcreteOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Args... > &me, Operation< false > &op) |
| static DelXAttrFsImpl< true > | PipeImpl (ConcreteOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Args... > &me, Operation< true > &op) |
Protected Attributes inherited from XrdCl::FileSystemOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< std::string > > | |
| Ctx< FileSystem > | filesystem |
| The file system object itself. | |
Protected Attributes inherited from XrdCl::ConcreteOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Args... > | |
| std::tuple< Args... > | args |
| Operation arguments. | |
| uint16_t | timeout |
| Operation timeout. | |
Protected Attributes inherited from XrdCl::Operation< HasHndl > | |
| std::unique_ptr< PipelineHandler > | handler |
| Operation handler. | |
| bool | valid |
| Flag indicating if it is a valid object. | |
DelXAttr operation (.
Definition at line 1089 of file XrdClFileSystemOperations.hh.
| anonymous enum |
Argument indexes in the args tuple.
| Enumerator | |
|---|---|
| PathArg | |
| NameArg | |
Definition at line 1103 of file XrdClFileSystemOperations.hh.
|
inlineprotectedvirtual |
RunImpl operation (
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 1122 of file XrdClFileSystemOperations.hh.
References XrdCl::ConcreteOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Args... >::args, XrdCl::FileSystemOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< std::string > >::filesystem, XrdCl::Operation< HasHndl >::handler, XrdCl::Status::IsOK(), and XrdCl::ConcreteOperation< DelXAttrFsImpl, HasHndl, Resp< void >, Args... >::timeout.
Here is the call graph for this function:
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 1108 of file XrdClFileSystemOperations.hh.