xrootd
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.

◆ XrdOucTList() [2/5]

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

References val.

◆ XrdOucTList() [3/5]

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

References ival, and sval.

◆ XrdOucTList() [4/5]

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

References sval.

◆ XrdOucTList() [5/5]

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

References cval.

◆ ~XrdOucTList()

XrdOucTList::~XrdOucTList ( )
inline

Member Data Documentation

◆ @17

union { ... }

◆ 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: