Information returned by file open operation. More...
#include <XrdClXRootDResponses.hh>

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 |
Information returned by file open operation.
| XrdCl::OpenInfo::OpenInfo | ( | const uint8_t * | fileHandle, | |
| uint64_t | sessionId, | |||
| StatInfo * | statInfo = 0 | |||
| ) | [inline] |
Constructor.
References pFileHandle.
| XrdCl::OpenInfo::~OpenInfo | ( | ) | [inline] |
Destructor.
References pStatInfo.
| void XrdCl::OpenInfo::GetFileHandle | ( | uint8_t * | fileHandle | ) | const [inline] |
Get the file handle (4bytes).
References pFileHandle.
| uint64_t XrdCl::OpenInfo::GetSessionId | ( | ) | const [inline] |
References pSessionId.
| const StatInfo* XrdCl::OpenInfo::GetStatInfo | ( | ) | const [inline] |
Get the stat info.
References pStatInfo.
uint8_t XrdCl::OpenInfo::pFileHandle[4] [private] |
Referenced by GetFileHandle(), and OpenInfo().
uint64_t XrdCl::OpenInfo::pSessionId [private] |
Referenced by GetSessionId().
StatInfo* XrdCl::OpenInfo::pStatInfo [private] |
Referenced by GetStatInfo(), and ~OpenInfo().
1.6.1