XRootD
XrdOucRash_Tent< K, V > Class Template Reference

#include <XrdOucRash.hh>

+ Collaboration diagram for XrdOucRash_Tent< K, V >:

Public Member Functions

 XrdOucRash_Tent ()
 
 ~XrdOucRash_Tent ()
 

Public Attributes

XrdOucRash_Item< K, V > * Item
 
XrdOucRash_Tent< K, V > * Table
 

Detailed Description

template<typename K, typename V>
class XrdOucRash_Tent< K, V >

Definition at line 99 of file XrdOucRash.hh.

Constructor & Destructor Documentation

◆ XrdOucRash_Tent()

template<typename K , typename V >
XrdOucRash_Tent< K, V >::XrdOucRash_Tent ( )
inline

Definition at line 105 of file XrdOucRash.hh.

105 {Table = 0; Item = 0;}
XrdOucRash_Tent< K, V > * Table
Definition: XrdOucRash.hh:102
XrdOucRash_Item< K, V > * Item
Definition: XrdOucRash.hh:103

References XrdOucRash_Tent< K, V >::Item, and XrdOucRash_Tent< K, V >::Table.

◆ ~XrdOucRash_Tent()

template<typename K , typename V >
XrdOucRash_Tent< K, V >::~XrdOucRash_Tent ( )
inline

Definition at line 106 of file XrdOucRash.hh.

106  {if (Table) delete[] Table;
107  if (Item) delete(Item);
108  }

References XrdOucRash_Tent< K, V >::Item, and XrdOucRash_Tent< K, V >::Table.

Member Data Documentation

◆ Item

◆ Table

template<typename K , typename V >
XrdOucRash_Tent<K,V>* XrdOucRash_Tent< K, V >::Table

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