#include "XrdCl/XrdClFile.hh"
#include "XrdCl/XrdClOperations.hh"
#include "XrdCl/XrdClOperationHandlers.hh"
Go to the source code of this file.
Classes | |
class | XrdCl::FileOperation< Derived, HasHndl, Response, Arguments > |
class | XrdCl::OpenImpl< HasHndl > |
Open operation (. More... | |
struct | XrdCl::OpenImpl< HasHndl >::ExResp |
class | XrdCl::ReadImpl< HasHndl > |
Read operation (. More... | |
class | XrdCl::CloseImpl< HasHndl > |
Close operation (. More... | |
class | XrdCl::StatImpl< HasHndl > |
Stat operation (. More... | |
class | XrdCl::WriteImpl< HasHndl > |
Write operation (. More... | |
class | XrdCl::SyncImpl< HasHndl > |
Sync operation (. More... | |
class | XrdCl::TruncateImpl< HasHndl > |
Truncate operation (. More... | |
class | XrdCl::VectorReadImpl< HasHndl > |
VectorRead operation (. More... | |
class | XrdCl::VectorWriteImpl< HasHndl > |
VectorWrite operation (. More... | |
class | XrdCl::WriteVImpl< HasHndl > |
WriteV operation (. More... | |
class | XrdCl::FcntlImpl< HasHndl > |
Fcntl operation (. More... | |
class | XrdCl::VisaImpl< HasHndl > |
Visa operation (. More... | |
Namespaces | |
namespace | XrdCl |
Typedefs | |
typedef OpenImpl< false > | XrdCl::Open |
typedef ReadImpl< false > | XrdCl::Read |
typedef CloseImpl< false > | XrdCl::Close |
typedef WriteImpl< false > | XrdCl::Write |
typedef SyncImpl< false > | XrdCl::Sync |
typedef VectorReadImpl< false > | XrdCl::VectorRead |
typedef VectorWriteImpl< false > | XrdCl::VectorWrite |
typedef WriteVImpl< false > | XrdCl::WriteV |
typedef FcntlImpl< false > | XrdCl::Fcntl |
typedef VisaImpl< false > | XrdCl::Visa |
Functions | |
StatImpl< false > | XrdCl::Stat (File *file, Arg< bool > force) |
StatImpl< false > | XrdCl::Stat (File &file, Arg< bool > force) |
TruncateImpl< false > | XrdCl::Truncate (File *file, Arg< uint64_t > size) |
TruncateImpl< false > | XrdCl::Truncate (File &file, Arg< uint64_t > size) |