XRootD
XrdXrootdFHandle Struct Reference

#include <XrdXrootdXeq.hh>

+ Collaboration diagram for XrdXrootdFHandle:

Public Member Functions

 XrdXrootdFHandle ()
 
 XrdXrootdFHandle (kXR_char *ch)
 
 ~XrdXrootdFHandle ()
 
void Set (kXR_char *ch)
 

Public Attributes

kXR_int32 handle
 

Detailed Description

Definition at line 47 of file XrdXrootdXeq.hh.

Constructor & Destructor Documentation

◆ XrdXrootdFHandle() [1/2]

XrdXrootdFHandle::XrdXrootdFHandle ( )
inline

Definition at line 52 of file XrdXrootdXeq.hh.

52 {}

◆ XrdXrootdFHandle() [2/2]

XrdXrootdFHandle::XrdXrootdFHandle ( kXR_char ch)
inline

Definition at line 53 of file XrdXrootdXeq.hh.

53 {Set(ch);}
void Set(kXR_char *ch)
Definition: XrdXrootdXeq.hh:50

References Set().

+ Here is the call graph for this function:

◆ ~XrdXrootdFHandle()

XrdXrootdFHandle::~XrdXrootdFHandle ( )
inline

Definition at line 54 of file XrdXrootdXeq.hh.

54 {}

Member Function Documentation

◆ Set()

void XrdXrootdFHandle::Set ( kXR_char ch)
inline

Definition at line 50 of file XrdXrootdXeq.hh.

51  {memcpy((void *)&handle, (const void *)ch, sizeof(handle));}
kXR_int32 handle
Definition: XrdXrootdXeq.hh:48

References handle.

Referenced by XrdXrootdFHandle().

+ Here is the caller graph for this function:

Member Data Documentation

◆ handle

kXR_int32 XrdXrootdFHandle::handle

Definition at line 48 of file XrdXrootdXeq.hh.

Referenced by XrdXrootdProtocol::do_WriteSpan(), Set(), and XrdXrootdProtocol::SetSF().


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