#include <ShortIdRefCount.H>
Inheritance diagram for ShortIdRefCount:
Public Types | |
typedef Table< ShortIdKey, int >::Iterator | Iterator |
Public Member Functions | |
ShortIdRefCount () | |
int | GetCount (ShortId sid, int count=0) |
int | Increment (ShortId sid) |
int | Decrement (ShortId sid, bool missing_ok) |
bool | Compare (const ShortIdRefCount &other) |
Private Member Functions | |
ShortIdRefCount (const ShortIdRefCount &other) |
|
Reimplemented from Table< K, V >::Default. Definition at line 35 of file ShortIdRefCount.H. |
|
Definition at line 37 of file ShortIdRefCount.H. |
|
Definition at line 99 of file ShortIdRefCount.H. |
|
Definition at line 24 of file ShortIdRefCount.C. References DBG_ALWAYS, Table< K, V >::Default::Delete(), Repos::dprintf(), GetCount(), Table< K, V >::Iterator::Next(), and ShortIdKey::sid. |
|
Definition at line 69 of file ShortIdRefCount.H. References Table< K, V >::Default::Delete(), Table< K, V >::Default::Get(), and Table< K, V >::Default::Put(). Referenced by VDirChangeable::freeTree(). |
|
Definition at line 42 of file ShortIdRefCount.H. References Table< K, V >::Default::Get(). Referenced by Compare(), and VDirChangeable::getRefCount(). |
|
Definition at line 51 of file ShortIdRefCount.H. References Table< K, V >::Default::Get(), and Table< K, V >::Default::Put(). |