#include </home/clem/local/src/opie/libopie2/opiepim/core/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 65 of file opimcache.h.
|
|||||
|
Definition at line 67 of file opimcache.h. |
|
|||||||||
|
Definition at line 107 of file opimcache.h. References Opie::OPimCache< T >::m_cache, and TRUE. |
|
||||||||||
|
|
|
|||||||||
|
Definition at line 113 of file opimcache.h. |
|
||||||||||
|
Definition at line 139 of file opimcache.h. References FALSE, l, Opie::OPimCache< T >::m_cache, and Opie::OPimCacheItem< T >::setRecord(). |
|
||||||||||
|
Definition at line 117 of file opimcache.h. References FALSE, and Opie::OPimCache< T >::m_cache. Referenced by Opie::OPimAccessTemplate< T >::find(). |
|
||||||||||
|
Definition at line 132 of file opimcache.h. References Opie::OPimCache< T >::m_cache. Referenced by Opie::OPimAccessTemplate< T >::find(). |
|
|||||||||
|
Definition at line 124 of file opimcache.h. References Opie::OPimCache< T >::m_cache. Referenced by Opie::OPimAccessTemplate< T >::invalidateCache(). |
|
||||||||||
|
|
|
||||||||||
|
Definition at line 151 of file opimcache.h. References Opie::OPimCache< T >::m_cache. Referenced by Opie::OPimAccessTemplate< T >::remove(). |
|
||||||||||
|
Definition at line 155 of file opimcache.h. References Opie::OPimCache< T >::m_cache, and Opie::OPimCacheItem< T >::setRecord(). Referenced by Opie::OPimAccessTemplate< T >::replace(). |
|
||||||||||
|
Definition at line 128 of file opimcache.h. References Opie::OPimCache< T >::m_cache. Referenced by Opie::OPimAccessTemplate< T >::setSaneCacheSize(). |
|
|||||
|
Definition at line 85 of file opimcache.h. |
|
|||||
1.4.2