#include <XrdClXRootDResponses.hh>
Collaboration diagram for XrdCl::OpenInfo:

Public Member Functions | |
| OpenInfo (const uint8_t *fileHandle, uint64_t sessionId, StatInfo *statInfo=0) | |
| Constructor. | |
| ~OpenInfo () | |
| Destructor. | |
| void | GetFileHandle (uint8_t *fileHandle) const |
| Get the file handle (4bytes). | |
| const StatInfo * | GetStatInfo () const |
| Get the stat info. | |
| uint64_t | GetSessionId () const |
Private Attributes | |
| uint8_t | pFileHandle [4] |
| uint64_t | pSessionId |
| StatInfo * | pStatInfo |
| XrdCl::OpenInfo::OpenInfo | ( | const uint8_t * | fileHandle, | |
| uint64_t | sessionId, | |||
| StatInfo * | statInfo = 0 | |||
| ) | [inline] |
Constructor.
| XrdCl::OpenInfo::~OpenInfo | ( | ) | [inline] |
Destructor.
| void XrdCl::OpenInfo::GetFileHandle | ( | uint8_t * | fileHandle | ) | const [inline] |
Get the file handle (4bytes).
| uint64_t XrdCl::OpenInfo::GetSessionId | ( | ) | const [inline] |
| const StatInfo* XrdCl::OpenInfo::GetStatInfo | ( | ) | const [inline] |
Get the stat info.
uint8_t XrdCl::OpenInfo::pFileHandle[4] [private] |
uint64_t XrdCl::OpenInfo::pSessionId [private] |
StatInfo* XrdCl::OpenInfo::pStatInfo [private] |
1.4.7