|
xrootd
|
#include <XrdOucRash.hh>
Public Member Functions | |
| int | Count () |
| V * | Data () |
| K | Key () |
| time_t | Time () |
| void | Update (int newcount, time_t newtime) |
| void | Set (V &keyData, time_t newtime) |
| XrdOucRash_Item (K &KeyVal, V &KeyData, time_t KeyTime) | |
| ~XrdOucRash_Item () | |
Private Attributes | |
| K | keyval |
| V | keydata |
| time_t | keytime |
| int | keycount |
| XrdOucRash_Item::XrdOucRash_Item | ( | K & | KeyVal, |
| V & | KeyData, | ||
| time_t | KeyTime | ||
| ) | [inline] |
| XrdOucRash_Item::~XrdOucRash_Item | ( | ) | [inline] |
| int XrdOucRash_Item::Count | ( | ) | [inline] |
Referenced by XrdOucRash::Add(), and XrdOucRash::Del().
| V* XrdOucRash_Item::Data | ( | ) | [inline] |
Referenced by XrdOucRash::Add(), XrdOucRash::Find(), and XrdOucRash::Apply().
| K XrdOucRash_Item::Key | ( | ) | [inline] |
Referenced by XrdOucRash::Apply().
| void XrdOucRash_Item::Set | ( | V & | keyData, |
| time_t | newtime | ||
| ) | [inline] |
Referenced by XrdOucRash::Add().
| time_t XrdOucRash_Item::Time | ( | ) | [inline] |
Referenced by XrdOucRash::Add(), XrdOucRash::Find(), and XrdOucRash::Apply().
| void XrdOucRash_Item::Update | ( | int | newcount, |
| time_t | newtime | ||
| ) | [inline] |
Referenced by XrdOucRash::Add(), and XrdOucRash::Del().
int XrdOucRash_Item::keycount [private] |
V XrdOucRash_Item::keydata [private] |
time_t XrdOucRash_Item::keytime [private] |
K XrdOucRash_Item::keyval [private] |
Referenced by XrdOucRash_Item< K, V >::Key(), and XrdOucRash_Item< K, V >::XrdOucRash_Item().
1.7.5