XRootD
XrdOucIOVec2 Struct Reference

#include <XrdOucIOVec.hh>

+ Inheritance diagram for XrdOucIOVec2:
+ Collaboration diagram for XrdOucIOVec2:

Public Member Functions

 XrdOucIOVec2 (char *buff, long long offs, int sz, int inf=0)
 

Additional Inherited Members

- Public Attributes inherited from XrdOucIOVec
char * data
 
int info
 
long long offset
 
int size
 

Detailed Description

Definition at line 50 of file XrdOucIOVec.hh.

Constructor & Destructor Documentation

◆ XrdOucIOVec2()

XrdOucIOVec2::XrdOucIOVec2 ( char *  buff,
long long  offs,
int  sz,
int  inf = 0 
)
inline

Definition at line 52 of file XrdOucIOVec.hh.

53  {XrdOucIOVec::offset = offs;
54  XrdOucIOVec::size = sz;
55  XrdOucIOVec::info = inf;
56  XrdOucIOVec::data = buff;
57  }
long long offset
Definition: XrdOucIOVec.hh:42
char * data
Definition: XrdOucIOVec.hh:45

References XrdOucIOVec::data, XrdOucIOVec::info, XrdOucIOVec::offset, and XrdOucIOVec::size.


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