XrdCl::OpenInfo Class Reference

Information returned by file open operation. More...

#include <XrdClXRootDResponses.hh>

Collaboration diagram for XrdCl::OpenInfo:
Collaboration graph
[legend]

List of all members.

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 StatInfoGetStatInfo () const
 Get the stat info.
uint64_t GetSessionId () const

Private Attributes

uint8_t pFileHandle [4]
uint64_t pSessionId
StatInfopStatInfo

Detailed Description

Information returned by file open operation.


Constructor & Destructor Documentation

XrdCl::OpenInfo::OpenInfo ( const uint8_t *  fileHandle,
uint64_t  sessionId,
StatInfo statInfo = 0 
) [inline]

Constructor.

References pFileHandle.

XrdCl::OpenInfo::~OpenInfo (  )  [inline]

Destructor.

References pStatInfo.


Member Function Documentation

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.


Member Data Documentation

uint8_t XrdCl::OpenInfo::pFileHandle[4] [private]

Referenced by GetFileHandle(), and OpenInfo().

uint64_t XrdCl::OpenInfo::pSessionId [private]

Referenced by GetSessionId().

Referenced by GetStatInfo(), and ~OpenInfo().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 2 Oct 2019 for xrootd by  doxygen 1.6.1