|
static void | AllocHandler (ConcreteOperation< ZipReadFromImpl, true, Resp< ChunkInfo >, Args... > &me) |
|
static void | AllocHandler (ConcreteOperation< ZipReadFromImpl, false, Resp< ChunkInfo >, Args... > &me) |
|
static ZipReadFromImpl< true > | PipeImpl (ConcreteOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, Args... > &me, Operation< true > &op) |
|
static ZipReadFromImpl< true > | PipeImpl (ConcreteOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, 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::ZipReadFromImpl< HasHndl >
Read operation (.
- See also
- ZipOperation)