XRootD
XrdOssHandle Struct Reference
+ Collaboration diagram for XrdOssHandle:

Public Member Functions

 XrdOssHandle (int type, XrdOucStream *newsp=0)
 
 ~XrdOssHandle ()
 

Public Attributes

int hflag
 
XrdOucStreamsp
 

Detailed Description

Definition at line 82 of file XrdOssMSS.cc.

Constructor & Destructor Documentation

◆ XrdOssHandle()

XrdOssHandle::XrdOssHandle ( int  type,
XrdOucStream newsp = 0 
)
inline

Definition at line 86 of file XrdOssMSS.cc.

86 {hflag = type; sp = newsp;}
XrdOucStream * sp
Definition: XrdOssMSS.cc:84

References hflag, and sp.

Referenced by XrdOssSys::MSS_Opendir().

+ Here is the caller graph for this function:

◆ ~XrdOssHandle()

XrdOssHandle::~XrdOssHandle ( )
inline

Definition at line 87 of file XrdOssMSS.cc.

87 {if (sp) delete sp; hflag = 0;}

References hflag, and sp.

Member Data Documentation

◆ hflag

int XrdOssHandle::hflag

◆ sp


The documentation for this struct was generated from the following file: