Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QCache3QDefaultEvictionPolicy< Key, T > Class Template Reference

#include <qcache3q_p.h>

+ Inheritance diagram for QCache3QDefaultEvictionPolicy< Key, T >:
+ Collaboration diagram for QCache3QDefaultEvictionPolicy< Key, T >:

Protected Member Functions

void aboutToBeEvicted (const Key &key, QSharedPointer< T > obj)
 
void aboutToBeRemoved (const Key &key, QSharedPointer< T > obj)
 

Detailed Description

template<class Key, class T>
class QCache3QDefaultEvictionPolicy< Key, T >

Definition at line 23 of file qcache3q_p.h.

Member Function Documentation

◆ aboutToBeEvicted()

template<class Key , class T >
void QCache3QDefaultEvictionPolicy< Key, T >::aboutToBeEvicted ( const Key & key,
QSharedPointer< T > obj )
protected

Definition at line 34 of file qcache3q_p.h.

References Q_UNUSED.

◆ aboutToBeRemoved()

template<class Key , class T >
void QCache3QDefaultEvictionPolicy< Key, T >::aboutToBeRemoved ( const Key & key,
QSharedPointer< T > obj )
protected

Definition at line 41 of file qcache3q_p.h.

References Q_UNUSED.


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