XRootD
XrdCl::VectorReadInfo Class Reference

Vector read info. More...

#include <XrdClXRootDResponses.hh>

+ Collaboration diagram for XrdCl::VectorReadInfo:

Public Member Functions

 VectorReadInfo ()
 Constructor. More...
 
virtual ~VectorReadInfo ()
 Destructor. More...
 
ChunkListGetChunks ()
 Get chunks. More...
 
const ChunkListGetChunks () const
 Get chunks. More...
 
uint32_t GetSize () const
 Get Size. More...
 
void SetSize (uint32_t size)
 Set size. More...
 

Detailed Description

Vector read info.

Definition at line 1113 of file XrdClXRootDResponses.hh.

Constructor & Destructor Documentation

◆ VectorReadInfo()

XrdCl::VectorReadInfo::VectorReadInfo ( )
inline

Constructor.

Definition at line 1119 of file XrdClXRootDResponses.hh.

1119 : pSize( 0 ) {}

◆ ~VectorReadInfo()

virtual XrdCl::VectorReadInfo::~VectorReadInfo ( )
inlinevirtual

Destructor.

Definition at line 1124 of file XrdClXRootDResponses.hh.

1124 {}

Member Function Documentation

◆ GetChunks() [1/2]

ChunkList& XrdCl::VectorReadInfo::GetChunks ( )
inline

Get chunks.

Definition at line 1145 of file XrdClXRootDResponses.hh.

1146  {
1147  return pChunks;
1148  }

Referenced by XrdCl::LocalFileHandler::ReadV(), and XrdCl::VectorReadAction::Serialize().

+ Here is the caller graph for this function:

◆ GetChunks() [2/2]

const ChunkList& XrdCl::VectorReadInfo::GetChunks ( ) const
inline

Get chunks.

Definition at line 1153 of file XrdClXRootDResponses.hh.

1154  {
1155  return pChunks;
1156  }

◆ GetSize()

uint32_t XrdCl::VectorReadInfo::GetSize ( ) const
inline

Get Size.

Definition at line 1129 of file XrdClXRootDResponses.hh.

1130  {
1131  return pSize;
1132  }

Referenced by XrdCl::File::ReadV(), and XrdCl::VectorReadAction::Serialize().

+ Here is the caller graph for this function:

◆ SetSize()

void XrdCl::VectorReadInfo::SetSize ( uint32_t  size)
inline

Set size.

Definition at line 1137 of file XrdClXRootDResponses.hh.

1138  {
1139  pSize = size;
1140  }

Referenced by XrdCl::LocalFileHandler::ReadV().

+ Here is the caller graph for this function:

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