|
XRootD
|
#include <XrdClZipOperations.hh>
Inheritance diagram for XrdCl::ZipOperation< Derived, HasHndl, Response, Arguments >:
Collaboration diagram for XrdCl::ZipOperation< Derived, HasHndl, Response, Arguments >:Public Member Functions | |
| ZipOperation (Ctx< ZipArchive > zip, Arguments... args) | |
| template<bool from> | |
| ZipOperation (ZipOperation< Derived, from, Response, Arguments... > &&op) | |
| virtual | ~ZipOperation () |
| Destructor. More... | |
Public Member Functions inherited from XrdCl::ConcreteOperation< Derived, HasHndl, Response, Arguments... > | |
| ConcreteOperation (Args &&... args) | |
| ConcreteOperation (ConcreteOperation< Derived, from, Response, Args... > &&op) | |
| Operation< HasHndl > * | Move () |
| Derived< true > | operator>> (Hdlr &&hdlr) |
| Derived< true > | operator| (FinalOperation &&fo) |
| Adds a final operation to the pipeline. More... | |
| Derived< true > | operator| (Operation< false > &&op) |
| Derived< true > | operator| (Operation< false > &op) |
| Derived< true > | operator| (Operation< true > &&op) |
| Derived< true > | operator| (Operation< true > &op) |
| Derived< HasHndl > | Timeout (uint16_t timeout) |
| Set operation timeout. More... | |
| Operation< true > * | ToHandled () |
Public Member Functions inherited from XrdCl::Operation< HasHndl > | |
| Operation () | |
| Constructor. More... | |
| template<bool from> | |
| Operation (Operation< from > &&op) | |
| Move constructor between template instances. More... | |
| virtual | ~Operation () |
| Destructor. More... | |
| virtual std::string | ToString ()=0 |
| Name of the operation. More... | |
Protected Attributes | |
| Ctx< ZipArchive > | zip |
| The file object itself. More... | |
Protected Attributes inherited from XrdCl::ConcreteOperation< Derived, HasHndl, Response, Arguments... > | |
| std::tuple< Args... > | args |
| Operation arguments. More... | |
| uint16_t | timeout |
| Operation timeout. More... | |
Protected Attributes inherited from XrdCl::Operation< HasHndl > | |
| std::unique_ptr< PipelineHandler > | handler |
| Operation handler. More... | |
| bool | valid |
| Flag indicating if it is a valid object. More... | |
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, uint16_t timeout)=0 |
Static Protected Member Functions inherited from XrdCl::ConcreteOperation< Derived, HasHndl, Response, Arguments... > | |
| static void | AllocHandler (ConcreteOperation< Derived, false, Response, Args... > &me) |
| static void | AllocHandler (ConcreteOperation< Derived, true, Response, Args... > &me) |
| static Derived< true > | PipeImpl (ConcreteOperation< Derived, HasHndl, Response, Args... > &me, Operation< false > &op) |
| 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.
|
inline |
Move constructor from other states
| op | : the object that is being converted |
Definition at line 51 of file XrdClZipOperations.hh.
|
inlinevirtual |
|
friend |
Definition at line 30 of file XrdClZipOperations.hh.
|
protected |
The file object itself.
Definition at line 70 of file XrdClZipOperations.hh.