#include </home/clem/local/src/opie/noncore/unsupported/libopie/pim/opimcache.h>
Public Types | |
| typedef OPimCacheItem< T > | Item |
Public Member Functions | |
| OPimCache () | |
| OPimCache (const OPimCache &) | |
| ~OPimCache () | |
| OPimCache & | operator= (const OPimCache &) |
| bool | contains (int uid) const |
| void | invalidate () |
| void | setSize (int size) |
| T | find (int uid) const |
| void | add (const T &) |
| void | remove (int uid) |
| void | replace (const T &) |
Private Attributes | |
| QIntCache< Item > | m_cache |
| OPimCachePrivate * | d |
Definition at line 34 of file opimcache.h.
|
|||||
|
Definition at line 36 of file opimcache.h. |
|
|||||||||
|
Definition at line 76 of file opimcache.h. References OPimCache< T >::m_cache, and TRUE. |
|
||||||||||
|
|
|
|||||||||
|
Definition at line 82 of file opimcache.h. |
|
||||||||||
|
Definition at line 108 of file opimcache.h. References FALSE, l, OPimCache< T >::m_cache, and OPimCacheItem< T >::setRecord(). |
|
||||||||||
|
Definition at line 86 of file opimcache.h. References FALSE, and OPimCache< T >::m_cache. Referenced by OPimAccessTemplate< T >::find(). |
|
||||||||||
|
Definition at line 101 of file opimcache.h. References OPimCache< T >::m_cache. Referenced by OPimAccessTemplate< T >::find(). |
|
|||||||||
|
Definition at line 93 of file opimcache.h. References OPimCache< T >::m_cache. Referenced by OPimAccessTemplate< T >::invalidateCache(). |
|
||||||||||
|
|
|
||||||||||
|
Definition at line 120 of file opimcache.h. References OPimCache< T >::m_cache. Referenced by OPimAccessTemplate< T >::remove(). |
|
||||||||||
|
Definition at line 124 of file opimcache.h. References OPimCache< T >::m_cache, and OPimCacheItem< T >::setRecord(). Referenced by OPimAccessTemplate< T >::replace(). |
|
||||||||||
|
Definition at line 97 of file opimcache.h. References OPimCache< T >::m_cache. Referenced by OPimAccessTemplate< T >::setSaneCacheSize(). |
|
|||||
|
Definition at line 54 of file opimcache.h. |
|
|||||
|
Definition at line 53 of file opimcache.h. Referenced by OPimCache< T >::add(), OPimCache< T >::contains(), OPimCache< T >::find(), OPimCache< T >::invalidate(), OPimCache< T >::OPimCache(), OPimCache< T >::remove(), OPimCache< T >::replace(), and OPimCache< T >::setSize(). |
1.4.2