Stat operation (.
More...
#include <XrdClFileOperations.hh>
|
static void | AllocHandler (ConcreteOperation< StatImpl, true, Resp< StatInfo >, Args...> &me) |
|
static void | AllocHandler (ConcreteOperation< StatImpl, false, Resp< StatInfo >, Args...> &me) |
|
static StatImpl< true > | PipeImpl (ConcreteOperation< StatImpl, HasHndl, Resp< StatInfo >, Args...> &me, Operation< true > &op) |
|
static StatImpl< true > | PipeImpl (ConcreteOperation< StatImpl, HasHndl, Resp< StatInfo >, Args...> &me, Operation< false > &op) |
|
Ctx< File > | file |
| 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::StatImpl< HasHndl >
Stat operation (.
- See Also
- FileOperation)
Argument indexes in the args tuple.
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< StatImpl, HasHndl, Resp< StatInfo >, Arguments...>::args, XrdCl::FileOperation< StatImpl, HasHndl, Resp< StatInfo >, Arg< bool > >::file, and XrdCl::ConcreteOperation< StatImpl, HasHndl, Resp< StatInfo >, Arguments...>::timeout.
The documentation for this class was generated from the following file: