XRootD
StreamInfo Struct Reference
+ Collaboration diagram for StreamInfo:

Public Member Functions

 StreamInfo ()
 
 ~StreamInfo ()
 

Public Attributes

std::set< std::string > * fcList
 
std::set< std::string >::iterator itFC
 
char * myExec
 
char * myHost
 
char * myName
 

Detailed Description

Definition at line 103 of file XrdOucStream.cc.

Constructor & Destructor Documentation

◆ StreamInfo()

StreamInfo::StreamInfo ( )
inline

Definition at line 111 of file XrdOucStream.cc.

111  : myHost(0), myName(0), myExec(0),
112  fcList(0) {}
std::set< std::string > * fcList
char * myExec
char * myName
char * myHost

◆ ~StreamInfo()

StreamInfo::~StreamInfo ( )
inline

Definition at line 113 of file XrdOucStream.cc.

113 {if (fcList) delete fcList;}

References fcList.

Member Data Documentation

◆ fcList

std::set<std::string>* StreamInfo::fcList

Definition at line 108 of file XrdOucStream.cc.

Referenced by ~StreamInfo(), and XrdOucStream::GetWord().

◆ itFC

std::set<std::string>::iterator StreamInfo::itFC

Definition at line 109 of file XrdOucStream.cc.

Referenced by XrdOucStream::GetWord().

◆ myExec

char* StreamInfo::myExec

Definition at line 106 of file XrdOucStream.cc.

Referenced by XrdOucStream::XrdOucStream().

◆ myHost

char* StreamInfo::myHost

Definition at line 104 of file XrdOucStream.cc.

Referenced by XrdOucStream::XrdOucStream().

◆ myName

char* StreamInfo::myName

Definition at line 105 of file XrdOucStream.cc.

Referenced by XrdOucStream::XrdOucStream().


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