XRootD
Loading...
Searching...
No Matches
XrdCl::MvImpl< HasHndl > Class Template Reference

Mv operation (. More...

#include <XrdClFileSystemOperations.hh>

Inheritance diagram for XrdCl::MvImpl< HasHndl >:
Collaboration diagram for XrdCl::MvImpl< HasHndl >:

Public Types

enum  {
  SourceArg ,
  DestArg
}
 Argument indexes in the args tuple. More...

Public Member Functions

std::string ToString ()
Public Member Functions inherited from XrdCl::FileSystemOperation< MvImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< std::string > >
virtual ~FileSystemOperation ()
 Destructor.
Public Member Functions inherited from XrdCl::ConcreteOperation< MvImpl, HasHndl, Resp< void >, Args... >
Operation< HasHndl > * Move ()
MvImpl< true > operator>> (Hdlr &&hdlr)
MvImpl< true > operator| (Operation< true > &op)
MvImpl< HasHndl > Timeout (uint16_t timeout)
 Set operation timeout.
Operation< true > * ToHandled ()
Public Member Functions inherited from XrdCl::Operation< HasHndl >
 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)
Protected Member Functions inherited from XrdCl::ConcreteOperation< MvImpl, HasHndl, Resp< void >, Args... >
MvImpl< true > StreamImpl (ResponseHandler *handler)
MvImpl< toTransform ()
Protected Member Functions inherited from XrdCl::Operation< HasHndl >
void AddOperation (Operation< true > *op)
void Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final)

Additional Inherited Members

Static Protected Member Functions inherited from XrdCl::ConcreteOperation< MvImpl, HasHndl, Resp< void >, Args... >
static void AllocHandler (ConcreteOperation< MvImpl, true, Resp< void >, Args... > &me)
static MvImpl< true > PipeImpl (ConcreteOperation< MvImpl, HasHndl, Resp< void >, Args... > &me, Operation< true > &op)
Protected Attributes inherited from XrdCl::FileSystemOperation< MvImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< std::string > >
Ctx< FileSystemfilesystem
 The file system object itself.
Protected Attributes inherited from XrdCl::ConcreteOperation< MvImpl, HasHndl, Resp< void >, Args... >
std::tuple< Args... > args
 Operation arguments.
uint16_t timeout
 Operation timeout.
Protected Attributes inherited from XrdCl::Operation< HasHndl >
std::unique_ptr< PipelineHandlerhandler
 Operation handler.
bool valid
 Flag indicating if it is a valid object.

Detailed Description

template<bool HasHndl>
class XrdCl::MvImpl< HasHndl >

Mv operation (.

See also
FileSystemOperation)

Definition at line 190 of file XrdClFileSystemOperations.hh.

Member Enumeration Documentation

◆ anonymous enum

template<bool HasHndl>
anonymous enum

Argument indexes in the args tuple.

Enumerator
SourceArg 
DestArg 

Definition at line 204 of file XrdClFileSystemOperations.hh.

Member Function Documentation

◆ RunImpl()

template<bool HasHndl>
XRootDStatus XrdCl::MvImpl< HasHndl >::RunImpl ( PipelineHandler * handler,
uint16_t pipelineTimeout )
inlineprotectedvirtual

RunImpl operation (

See also
Operation)
Parameters
params: container with parameters forwarded from previous operation
Returns
: status of the operation

Implements XrdCl::Operation< HasHndl >.

Definition at line 223 of file XrdClFileSystemOperations.hh.

◆ ToString()

template<bool HasHndl>
std::string XrdCl::MvImpl< HasHndl >::ToString ( )
inlinevirtual
Returns
: name of the operation (
See also
Operation)

Implements XrdCl::Operation< HasHndl >.

Definition at line 209 of file XrdClFileSystemOperations.hh.

210 {
211 return "Mv";
212 }

The documentation for this class was generated from the following file: