|
XRootD
|
DelXAttr operation (. More...
#include <XrdClFileOperations.hh>
Inheritance diagram for XrdCl::DelXAttrImpl< HasHndl >:
Collaboration diagram for XrdCl::DelXAttrImpl< HasHndl >:Public Types | |
| enum | { NameArg } |
| Argument indexes in the args tuple. More... | |
Public Member Functions | |
| std::string | ToString () |
Public Member Functions inherited from XrdCl::FileOperation< DelXAttrImpl, HasHndl, Resp< void >, Arg< std::string > > | |
| FileOperation (Ctx< File > f, Arguments... args) | |
| FileOperation (FileOperation< DelXAttrImpl, from, Resp< void >, Arguments... > &&op) | |
| virtual | ~FileOperation () |
| Destructor. | |
Public Member Functions inherited from XrdCl::ConcreteOperation< DelXAttrImpl, HasHndl, Resp< void >, Arguments... > | |
| ConcreteOperation (Args &&... args) | |
| ConcreteOperation (ConcreteOperation< DelXAttrImpl, from, Resp< void >, Args... > &&op) | |
| Operation< HasHndl > * | Move () |
| DelXAttrImpl< true > | operator>> (Hdlr &&hdlr) |
| DelXAttrImpl< true > | operator| (FinalOperation &&fo) |
| Adds a final operation to the pipeline. | |
| DelXAttrImpl< true > | operator| (Operation< false > &&op) |
| DelXAttrImpl< true > | operator| (Operation< false > &op) |
| DelXAttrImpl< true > | operator| (Operation< true > &&op) |
| DelXAttrImpl< true > | operator| (Operation< true > &op) |
| DelXAttrImpl< HasHndl > | Timeout (uint16_t timeout) |
| Set operation timeout. | |
| Operation< true > * | ToHandled () |
Public Member Functions inherited from XrdCl::Operation< HasHndl > | |
| Operation () | |
| Constructor. | |
| template<bool from> | |
| Operation (Operation< from > &&op) | |
| Move constructor between template instances. | |
| virtual | ~Operation () |
| Destructor. | |
Protected Member Functions | |
| XRootDStatus | RunImpl (PipelineHandler *handler, uint16_t pipelineTimeout) |
Protected Member Functions inherited from XrdCl::ConcreteOperation< DelXAttrImpl, HasHndl, Resp< void >, Arguments... > | |
| DelXAttrImpl< true > | StreamImpl (ResponseHandler *handler) |
| DelXAttrImpl< 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< DelXAttrImpl, HasHndl, Resp< void >, Arguments... > | |
| static void | AllocHandler (ConcreteOperation< DelXAttrImpl, false, Resp< void >, Args... > &me) |
| static void | AllocHandler (ConcreteOperation< DelXAttrImpl, true, Resp< void >, Args... > &me) |
| static DelXAttrImpl< true > | PipeImpl (ConcreteOperation< DelXAttrImpl, HasHndl, Resp< void >, Args... > &me, Operation< false > &op) |
| static DelXAttrImpl< true > | PipeImpl (ConcreteOperation< DelXAttrImpl, HasHndl, Resp< void >, Args... > &me, Operation< true > &op) |
Protected Attributes inherited from XrdCl::FileOperation< DelXAttrImpl, HasHndl, Resp< void >, Arg< std::string > > | |
| Ctx< File > | file |
| The file object itself. | |
Protected Attributes inherited from XrdCl::ConcreteOperation< DelXAttrImpl, HasHndl, Resp< void >, Arguments... > | |
| 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 1204 of file XrdClFileOperations.hh.
| anonymous enum |
Argument indexes in the args tuple.
| Enumerator | |
|---|---|
| NameArg | |
Definition at line 1217 of file XrdClFileOperations.hh.
|
inlineprotectedvirtual |
RunImpl operation (
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 1236 of file XrdClFileOperations.hh.
References XrdCl::ConcreteOperation< DelXAttrImpl, HasHndl, Resp< void >, Arguments... >::args, XrdCl::Operation< HasHndl >::handler, XrdCl::Status::IsOK(), and XrdCl::ConcreteOperation< DelXAttrImpl, HasHndl, Resp< void >, Arguments... >::timeout.
Here is the call graph for this function:
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 1222 of file XrdClFileOperations.hh.