#include <XrdOucRange.hh>
Public Member Functions | |
| XrdOucRange (long long offs=0, int sz=0, int x=0) | |
| virtual | ~XrdOucRange () |
Public Attributes | |
| int | info |
| long long | offset |
| int | size |
The struct defined here is a generic data structure that is used whenever we need to pass a vector of file offsets, lengths, and possible other information. It is used by the sfs, ofs, and oss components for pre-reads.
Definition at line 42 of file XrdOucRange.hh.
|
inline |
Definition at line 48 of file XrdOucRange.hh.
|
inlinevirtual |
Definition at line 51 of file XrdOucRange.hh.
| int XrdOucRange::info |
Definition at line 46 of file XrdOucRange.hh.
Referenced by XrdOucRange().
| long long XrdOucRange::offset |
Definition at line 44 of file XrdOucRange.hh.
Referenced by XrdOucRange().
| int XrdOucRange::size |
Definition at line 45 of file XrdOucRange.hh.
Referenced by XrdOucRange().