XRootD
XrdNetTextList Class Reference
+ Collaboration diagram for XrdNetTextList:

Public Member Functions

 XrdNetTextList (char *newtext)
 
 ~XrdNetTextList ()
 

Public Attributes

XrdNetTextListnext
 
char * text
 

Detailed Description

Definition at line 63 of file XrdNetSecurity.cc.

Constructor & Destructor Documentation

◆ XrdNetTextList()

XrdNetTextList::XrdNetTextList ( char *  newtext)
inline

Definition at line 70 of file XrdNetSecurity.cc.

70 {next = 0; text = strdup(newtext);}
XrdNetTextList * next

References next, and text.

◆ ~XrdNetTextList()

XrdNetTextList::~XrdNetTextList ( )
inline

Definition at line 71 of file XrdNetSecurity.cc.

71 {if (text) free(text);}

References text.

Member Data Documentation

◆ next

◆ text

char* XrdNetTextList::text

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