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::XrdOucTList ( const char *  tval,
long long *  dv,
XrdOucTList np = 0 
)
inline

References dval.

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

References val.

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

References ival, and sval.

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

References sval.

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

References cval.

XrdOucTList::~XrdOucTList ( )
inline

Member Data Documentation

union { ... }
char XrdOucTList::cval[8]

Referenced by XrdOucTList().

long long XrdOucTList::dval

Referenced by XrdOucTList().

int XrdOucTList::ival[2]

Referenced by XrdOucTList().

XrdOucTList* XrdOucTList::next
short XrdOucTList::sval[4]

Referenced by XrdOucTList().

char* XrdOucTList::text
int XrdOucTList::val

Referenced by XrdOucTList().


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