Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ 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.


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