#include <XrdClZipOperations.hh>
Public Member Functions | |
| ZipOperation (Ctx< ZipArchive > zip, Arguments... args) | |
| template<bool from> | |
| ZipOperation (ZipOperation< Derived, from, Response, Arguments... > &&op) | |
| virtual | ~ZipOperation () |
| Destructor. | |
| Public Member Functions inherited from XrdCl::ConcreteOperation< Derived, HasHndl, Response, Arguments... > | |
| Operation< HasHndl > * | Move () |
| Derived< true > | operator>> (Hdlr &&hdlr) |
| Derived< true > | operator| (Operation< true > &op) |
| Derived< 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. | |
| virtual std::string | ToString ()=0 |
| Name of the operation. | |
Protected Attributes | |
| Ctx< ZipArchive > | zip |
| The file object itself. | |
| Protected Attributes inherited from XrdCl::ConcreteOperation< Derived, HasHndl, Response, 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. | |
Friends | |
| template<template< bool > class, bool, typename, typename ...> | |
| class | ZipOperation |
Additional Inherited Members | |
| Protected Member Functions inherited from XrdCl::ConcreteOperation< Derived, HasHndl, Response, Arguments... > | |
| Derived< true > | StreamImpl (ResponseHandler *handler) |
| Derived< 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) |
| virtual XRootDStatus | RunImpl (PipelineHandler *handler, time_t timeout)=0 |
| Static Protected Member Functions inherited from XrdCl::ConcreteOperation< Derived, HasHndl, Response, Arguments... > | |
| static void | AllocHandler (ConcreteOperation< Derived, true, Response, Args... > &me) |
| static Derived< true > | PipeImpl (ConcreteOperation< Derived, HasHndl, Response, Args... > &me, Operation< true > &op) |
Base class for all zip archive related operations
Definition at line 27 of file XrdClZipOperations.hh.
|
inline |
Constructor
| zip | : file on which the operation will be performed |
| args | : file operation arguments |
Definition at line 39 of file XrdClZipOperations.hh.
References XrdCl::ConcreteOperation< Derived, HasHndl, Response, Arguments... >::ConcreteOperation, XrdCl::ConcreteOperation< Derived, HasHndl, Response, Arguments... >::args, and zip.
|
inline |
Move constructor from other states
| op | : the object that is being converted |
Definition at line 51 of file XrdClZipOperations.hh.
References XrdCl::ConcreteOperation< Derived, HasHndl, Response, Arguments... >::ConcreteOperation, ZipOperation, and zip.
|
inlinevirtual |
|
friend |
Definition at line 30 of file XrdClZipOperations.hh.
References ZipOperation.
Referenced by ZipOperation(), and ZipOperation.
|
protected |
The file object itself.
Definition at line 70 of file XrdClZipOperations.hh.
Referenced by ZipOperation(), and ZipOperation().