#include <XrdSsiRRInfo.hh>
|
static const unsigned int | idMax = 16777215 |
|
Definition at line 37 of file XrdSsiRRInfo.hh.
◆ Opc
◆ XrdSsiRRInfo()
XrdSsiRRInfo::XrdSsiRRInfo |
( |
unsigned long long |
ival = 0 | ) |
|
|
inline |
Definition at line 70 of file XrdSsiRRInfo.hh.
71 : reqId(
static_cast<unsigned int>( (ival>>32) & 0xffffffff)),
72 reqSize(
static_cast<unsigned int>(ival & 0xffffffff)) {}
◆ ~XrdSsiRRInfo()
XrdSsiRRInfo::~XrdSsiRRInfo |
( |
| ) |
|
|
inline |
◆ Cmd() [1/2]
Opc XrdSsiRRInfo::Cmd |
( |
| ) |
|
|
inline |
◆ Cmd() [2/2]
void XrdSsiRRInfo::Cmd |
( |
Opc |
cmd | ) |
|
|
inline |
◆ Data()
const unsigned char* XrdSsiRRInfo::Data |
( |
| ) |
|
|
inline |
◆ Id() [1/2]
unsigned int XrdSsiRRInfo::Id |
( |
| ) |
|
|
inline |
◆ Id() [2/2]
void XrdSsiRRInfo::Id |
( |
unsigned int |
id | ) |
|
|
inline |
◆ Info()
unsigned long long XrdSsiRRInfo::Info |
( |
| ) |
|
|
inline |
◆ Size() [1/2]
unsigned int XrdSsiRRInfo::Size |
( |
| ) |
|
|
inline |
◆ Size() [2/2]
void XrdSsiRRInfo::Size |
( |
unsigned int |
sz | ) |
|
|
inline |
◆ idMax
const unsigned int XrdSsiRRInfo::idMax = 16777215 |
|
static |
The documentation for this class was generated from the following file: