OpenArchive operation (.
More...
#include <XrdClZipOperations.hh>
|
static void | AllocHandler (ConcreteOperation< OpenArchiveImpl, true, Resp< void >, Args... > &me) |
|
static void | AllocHandler (ConcreteOperation< OpenArchiveImpl, false, Resp< void >, Args... > &me) |
|
static OpenArchiveImpl< true > | PipeImpl (ConcreteOperation< OpenArchiveImpl, HasHndl, Resp< void >, Args... > &me, Operation< true > &op) |
|
static OpenArchiveImpl< true > | PipeImpl (ConcreteOperation< OpenArchiveImpl, HasHndl, Resp< void >, Args... > &me, Operation< false > &op) |
|
Ctx< ZipArchive > | zip |
| The file object itself. More...
|
|
std::tuple< Args... > | args |
| Operation arguments. More...
|
|
uint16_t | timeout |
| Operation timeout. More...
|
|
std::unique_ptr< PipelineHandler > | handler |
| Operation handler. More...
|
|
bool | valid |
| Flag indicating if it is a valid object. More...
|
|
template<bool HasHndl>
class XrdCl::OpenArchiveImpl< HasHndl >
OpenArchive operation (.
- See also
- ZipOperation)
◆ anonymous enum
Argument indexes in the args tuple.
Enumerator |
---|
UrlArg | |
FlagsArg | |
◆ Flags
Open flags, may be or'd when appropriate.
◆ RunImpl()
RunImpl operation (
- See also
- Operation)
- Parameters
-
params | : container with parameters forwarded from previous operation |
- Returns
- : status of the operation
Implements XrdCl::Operation< HasHndl >.
◆ ToString()
The documentation for this class was generated from the following file: