xrootd
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
XrdNetCache::anItem Struct Reference
Collaboration diagram for XrdNetCache::anItem:
Collaboration graph
[legend]

Public Member Functions

int operator!= (const anItem &oth)
 
 anItem ()
 
 anItem (anItem &Item, const char *hn, int kt)
 
 ~anItem ()
 

Public Attributes

union { 
 
   long long   aV6 [2] 
 
   int   aV4 [4] 
 
   char   aVal [16] 
 
};  
 
anItemNext
 
char * hName
 
time_t expTime
 
unsigned int aHash
 
int aLen
 

Constructor & Destructor Documentation

◆ anItem() [1/2]

XrdNetCache::anItem::anItem ( )
inline

◆ anItem() [2/2]

XrdNetCache::anItem::anItem ( anItem Item,
const char *  hn,
int  kt 
)
inline

References aLen, and aVal.

◆ ~anItem()

XrdNetCache::anItem::~anItem ( )
inline

References hName.

Member Function Documentation

◆ operator!=()

int XrdNetCache::anItem::operator!= ( const anItem oth)
inline

References aHash, aLen, and aVal.

Member Data Documentation

◆ [union]

union { ... } XrdNetCache::anItem

◆ aHash

unsigned int XrdNetCache::anItem::aHash

Referenced by operator!=().

◆ aLen

int XrdNetCache::anItem::aLen

Referenced by anItem(), and operator!=().

◆ aV4

int XrdNetCache::anItem::aV4[4]

◆ aV6

long long XrdNetCache::anItem::aV6[2]

◆ aVal

char XrdNetCache::anItem::aVal[16]

Referenced by anItem(), and operator!=().

◆ expTime

time_t XrdNetCache::anItem::expTime

◆ hName

char* XrdNetCache::anItem::hName

Referenced by ~anItem().

◆ Next

anItem* XrdNetCache::anItem::Next

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