Write operation (. More...
#include <XrdClZipOperations.hh>
Public Types | |
| enum | { SizeArg , BufferArg } |
| Argument indexes in the args tuple. More... | |
Public Member Functions | |
| std::string | ToString () |
| Public Member Functions inherited from XrdCl::ZipOperation< ZipWriteImpl, HasHndl, Resp< void >, Arg< uint32_t >, Arg< const void * > > | |
| virtual | ~ZipOperation () |
| Destructor. | |
| Public Member Functions inherited from XrdCl::ConcreteOperation< ZipWriteImpl, HasHndl, Resp< void >, Arguments... > | |
| Operation< HasHndl > * | Move () |
| ZipWriteImpl< true > | operator>> (Hdlr &&hdlr) |
| ZipWriteImpl< true > | operator| (Operation< true > &op) |
| ZipWriteImpl< HasHndl > | Timeout (time_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, time_t pipelineTimeout) |
| Protected Member Functions inherited from XrdCl::ConcreteOperation< ZipWriteImpl, HasHndl, Resp< void >, Arguments... > | |
| ZipWriteImpl< true > | StreamImpl (ResponseHandler *handler) |
| ZipWriteImpl< 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< ZipWriteImpl, HasHndl, Resp< void >, Arguments... > | |
| static void | AllocHandler (ConcreteOperation< ZipWriteImpl, true, Resp< void >, Args... > &me) |
| static ZipWriteImpl< true > | PipeImpl (ConcreteOperation< ZipWriteImpl, HasHndl, Resp< void >, Args... > &me, Operation< true > &op) |
| Protected Attributes inherited from XrdCl::ZipOperation< ZipWriteImpl, HasHndl, Resp< void >, Arg< uint32_t >, Arg< const void * > > | |
| Ctx< ZipArchive > | zip |
| The file object itself. | |
| Protected Attributes inherited from XrdCl::ConcreteOperation< ZipWriteImpl, HasHndl, Resp< void >, Arguments... > | |
| std::tuple< Args... > | args |
| Operation arguments. | |
| time_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. | |
Write operation (.
Definition at line 315 of file XrdClZipOperations.hh.
| anonymous enum |
Argument indexes in the args tuple.
| Enumerator | |
|---|---|
| SizeArg | |
| BufferArg | |
Definition at line 329 of file XrdClZipOperations.hh.
|
inlineprotectedvirtual |
RunImpl operation (
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 348 of file XrdClZipOperations.hh.
References XrdCl::ConcreteOperation< ZipWriteImpl, HasHndl, Resp< void >, Arguments... >::args, XrdCl::Operation< HasHndl >::handler, XrdCl::ConcreteOperation< ZipWriteImpl, HasHndl, Resp< void >, Arguments... >::timeout, and XrdCl::ZipOperation< ZipWriteImpl, HasHndl, Resp< void >, Arg< uint32_t >, Arg< const void * > >::zip.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 334 of file XrdClZipOperations.hh.