XRootD
Loading...
Searching...
No Matches
XrdCl::TractInfo Struct Reference

#include <XrdClXRootDResponses.hh>

Collaboration diagram for XrdCl::TractInfo:

Public Member Functions

 TractInfo (uint64_t off=0, uint32_t len=0, File *fp=0)
 Constructor.
virtual ~TractInfo ()
 Destructor.

Public Attributes

uint32_t length
 offset in the file
uint64_t offset
FilepFile
 length of the data

Detailed Description

Definition at line 1082 of file XrdClXRootDResponses.hh.

Constructor & Destructor Documentation

◆ TractInfo()

XrdCl::TractInfo::TractInfo ( uint64_t off = 0,
uint32_t len = 0,
File * fp = 0 )
inline

Constructor.

Definition at line 1087 of file XrdClXRootDResponses.hh.

1087 :
1088 offset( off ), length( len ), pFile( fp ) {}
File * pFile
length of the data
uint32_t length
offset in the file

References length, offset, and pFile.

◆ ~TractInfo()

virtual XrdCl::TractInfo::~TractInfo ( )
inlinevirtual

Destructor.

Definition at line 1093 of file XrdClXRootDResponses.hh.

1093{}

Member Data Documentation

◆ length

uint32_t XrdCl::TractInfo::length

offset in the file

Definition at line 1096 of file XrdClXRootDResponses.hh.

Referenced by TractInfo().

◆ offset

uint64_t XrdCl::TractInfo::offset

Definition at line 1095 of file XrdClXRootDResponses.hh.

Referenced by TractInfo().

◆ pFile

File* XrdCl::TractInfo::pFile

length of the data

Definition at line 1097 of file XrdClXRootDResponses.hh.

Referenced by TractInfo().


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