OpenFile operation (.
More...
#include <XrdClZipOperations.hh>
|
| static void | AllocHandler (ConcreteOperation< OpenFileImpl, true, Resp< void >, Args...> &me) |
| |
| static void | AllocHandler (ConcreteOperation< OpenFileImpl, false, Resp< void >, Args...> &me) |
| |
| static OpenFileImpl< true > | PipeImpl (ConcreteOperation< OpenFileImpl, HasHndl, Resp< void >, Args...> &me, Operation< true > &op) |
| |
| static OpenFileImpl< true > | PipeImpl (ConcreteOperation< OpenFileImpl, 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::OpenFileImpl< HasHndl >
OpenFile operation (.
- See Also
- ZipOperation)
Argument indexes in the args tuple.
| Enumerator |
|---|
| FnArg |
|
| FlagsArg |
|
| SizeArg |
|
| Crc32Arg |
|
Open flags, may be or'd when appropriate.
RunImpl operation (
- See Also
- Operation)
- Parameters
-
| params | : container with parameters forwarded from previous operation |
- Returns
- : status of the operation
Implements XrdCl::Operation< HasHndl >.
References XrdCl::ConcreteOperation< OpenFileImpl, HasHndl, Resp< void >, Arguments...>::args, XrdCl::PipelineHandler::HandleResponse(), XrdCl::Status::IsOK(), and XrdCl::ZipOperation< OpenFileImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< OpenFlags::Flags >, Arg< uint64_t >, Arg< uint32_t > >::zip.
The documentation for this class was generated from the following file: