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, next, and text.

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

References next, text, and val.

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

References ival, next, sval, and text.

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

References next, sval, and text.

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

References cval, next, and text.

XrdOucTList::~XrdOucTList ( )
inline

References text.

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

Referenced by XrdOucTList(), and ~XrdOucTList().

int XrdOucTList::val

Referenced by XrdOucTList().


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