|
XRootD
|
Collaboration diagram for XrdCl::PageInfoImpl:Public Member Functions | |
| PageInfoImpl (PageInfoImpl &&pginf) | |
| PageInfoImpl (uint64_t offset=0, uint32_t length=0, void *buffer=0, std::vector< uint32_t > &&cksums=std::vector< uint32_t >()) | |
Public Attributes | |
| void * | buffer |
| std::vector< uint32_t > | cksums |
| uint32_t | length |
| size_t | nbrepair |
| uint64_t | offset |
Definition at line 600 of file XrdClXRootDResponses.cc.
|
inline |
Definition at line 602 of file XrdClXRootDResponses.cc.
References buffer, cksums, length, nbrepair, and offset.
Referenced by PageInfoImpl().
Here is the caller graph for this function:
|
inline |
Definition at line 612 of file XrdClXRootDResponses.cc.
References PageInfoImpl(), buffer, cksums, length, nbrepair, and offset.
Here is the call graph for this function:| void* XrdCl::PageInfoImpl::buffer |
Definition at line 622 of file XrdClXRootDResponses.cc.
Referenced by PageInfoImpl(), and PageInfoImpl().
| std::vector<uint32_t> XrdCl::PageInfoImpl::cksums |
Definition at line 623 of file XrdClXRootDResponses.cc.
Referenced by PageInfoImpl(), and PageInfoImpl().
| uint32_t XrdCl::PageInfoImpl::length |
Definition at line 621 of file XrdClXRootDResponses.cc.
Referenced by PageInfoImpl(), and PageInfoImpl().
| size_t XrdCl::PageInfoImpl::nbrepair |
Definition at line 624 of file XrdClXRootDResponses.cc.
Referenced by PageInfoImpl(), and PageInfoImpl().
| uint64_t XrdCl::PageInfoImpl::offset |
Definition at line 620 of file XrdClXRootDResponses.cc.
Referenced by PageInfoImpl(), and PageInfoImpl().