XRootD
Loading...
Searching...
No Matches
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
XrdOucRash_Item< K, V > * Item

References Item, and 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 Item, and Table.

Member Data Documentation

◆ Item

template<typename K, typename V>
XrdOucRash_Item<K,V>* XrdOucRash_Tent< K, V >::Item

◆ Table

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

Definition at line 102 of file XrdOucRash.hh.

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


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