xrootd
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
XrdOucTList Class Reference

#include <XrdOucTList.hh>

Collaboration diagram for XrdOucTList:
Collaboration graph
[legend]

Public Member Functions

 XrdOucTList (const char *tval, long long *dv, XrdOucTList *np=0)
 
 XrdOucTList (const char *tval=0, int num=0, XrdOucTList *np=0)
 
 XrdOucTList (const char *tval, int iv[2], XrdOucTList *np=0)
 
 XrdOucTList (const char *tval, short sv[4], XrdOucTList *np=0)
 
 XrdOucTList (const char *tval, char cv[8], XrdOucTList *np=0)
 
 ~XrdOucTList ()
 

Public Attributes

XrdOucTListnext
 
char * text
 
union { 
 
   long long   dval 
 
   int   ival [2] 
 
   short   sval [4] 
 
   char   cval [8] 
 
   int   val 
 
};  
 

Constructor & Destructor Documentation

◆ XrdOucTList() [1/5]

XrdOucTList::XrdOucTList ( const char *  tval,
long long *  dv,
XrdOucTList np = 0 
)
inline

References dval, next, and text.

◆ XrdOucTList() [2/5]

XrdOucTList::XrdOucTList ( const char *  tval = 0,
int  num = 0,
XrdOucTList np = 0 
)
inline

References next, text, and val.

◆ XrdOucTList() [3/5]

XrdOucTList::XrdOucTList ( const char *  tval,
int  iv[2],
XrdOucTList np = 0 
)
inline

References ival, next, and text.

◆ XrdOucTList() [4/5]

XrdOucTList::XrdOucTList ( const char *  tval,
short  sv[4],
XrdOucTList np = 0 
)
inline

References next, sval, and text.

◆ XrdOucTList() [5/5]

XrdOucTList::XrdOucTList ( const char *  tval,
char  cv[8],
XrdOucTList np = 0 
)
inline

References cval, next, and text.

◆ ~XrdOucTList()

XrdOucTList::~XrdOucTList ( )
inline

References text.

Member Data Documentation

◆ [union]

union { ... } XrdOucTList

◆ cval

char XrdOucTList::cval[8]

Referenced by XrdOucTList().

◆ dval

long long XrdOucTList::dval

Referenced by XrdOucTList().

◆ ival

int XrdOucTList::ival[2]

Referenced by XrdOucTList().

◆ next

XrdOucTList* XrdOucTList::next

◆ sval

short XrdOucTList::sval[4]

Referenced by XrdOucTList().

◆ text

char* XrdOucTList::text

◆ val

int XrdOucTList::val

Referenced by XrdOucTList().


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