XRootD
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. More...
 
virtual ~TractInfo ()
 Destructor. More...
 

Public Attributes

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

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

◆ ~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.

◆ offset

uint64_t XrdCl::TractInfo::offset

Definition at line 1095 of file XrdClXRootDResponses.hh.

◆ pFile

File* XrdCl::TractInfo::pFile

length of the data

Definition at line 1097 of file XrdClXRootDResponses.hh.


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