![]() |
XRootD
|
OpenFile operation (. More...
#include <XrdClZipOperations.hh>
Public Types | |
enum | { FnArg , FlagsArg , SizeArg , Crc32Arg } |
Argument indexes in the args tuple. More... | |
enum | Flags |
Open flags, may be or'd when appropriate. More... | |
Public Member Functions | |
std::string | ToString () |
![]() | |
ZipOperation (Ctx< ZipArchive > zip, Arguments... args) | |
ZipOperation (ZipOperation< OpenFileImpl, from, Resp< void >, Arguments... > &&op) | |
virtual | ~ZipOperation () |
Destructor. | |
![]() | |
ConcreteOperation (Args &&... args) | |
ConcreteOperation (ConcreteOperation< OpenFileImpl, from, Resp< void >, Args... > &&op) | |
Operation< HasHndl > * | Move () |
OpenFileImpl< true > | operator>> (Hdlr &&hdlr) |
OpenFileImpl< true > | operator| (FinalOperation &&fo) |
Adds a final operation to the pipeline. | |
OpenFileImpl< true > | operator| (Operation< false > &&op) |
OpenFileImpl< true > | operator| (Operation< false > &op) |
OpenFileImpl< true > | operator| (Operation< true > &&op) |
OpenFileImpl< true > | operator| (Operation< true > &op) |
OpenFileImpl< HasHndl > | Timeout (uint16_t timeout) |
Set operation timeout. | |
Operation< true > * | ToHandled () |
![]() | |
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) |
![]() | |
OpenFileImpl< true > | StreamImpl (ResponseHandler *handler) |
OpenFileImpl< to > | Transform () |
![]() | |
void | AddOperation (Operation< true > *op) |
void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
OpenFile operation (.
Definition at line 135 of file XrdClZipOperations.hh.
anonymous enum |
Argument indexes in the args tuple.
Enumerator | |
---|---|
FnArg | |
FlagsArg | |
SizeArg | |
Crc32Arg |
Definition at line 149 of file XrdClZipOperations.hh.
enum XrdCl::OpenFlags::Flags |
Open flags, may be or'd when appropriate.
Definition at line 75 of file XrdClFileSystem.hh.
|
inlineprotectedvirtual |
RunImpl operation (
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 168 of file XrdClZipOperations.hh.
References XrdCl::ConcreteOperation< OpenFileImpl, HasHndl, Resp< void >, Arguments... >::args, XrdCl::Operation< HasHndl >::handler, XrdCl::Status::IsOK(), and XrdCl::ZipOperation< OpenFileImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< OpenFlags::Flags >, Arg< uint64_t >, Arg< uint32_t > >::zip.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 154 of file XrdClZipOperations.hh.