|
xrootd
|
#include <XrdBuffer.hh>

Public Member Functions | |
| XrdBuffer (char *bp, int sz, int ix) | |
| ~XrdBuffer () | |
Public Attributes | |
| char * | buff |
| int | bsize |
Private Attributes | |
| int | bindex |
| XrdBuffer * | next |
Static Private Attributes | |
| static int | pagesz |
Friends | |
| class | XrdBuffManager |
| class | XrdBuffXL |
|
inline |
References buff.
|
friend |
|
friend |
|
private |
Referenced by XrdBuffer().
| int XrdBuffer::bsize |
Referenced by XrdBuffer().
| char* XrdBuffer::buff |
Referenced by XrdBuffer(), and ~XrdBuffer().
|
private |
Referenced by XrdBuffer().
|
staticprivate |