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
QCache3Q< Key, T, EvPolicy > Member List

This is the complete list of members for QCache3Q< Key, T, EvPolicy >, including all inherited members.

aboutToBeEvicted(const Key &key, QSharedPointer< T > obj)QCache3QDefaultEvictionPolicy< Key, T >protected
aboutToBeRemoved(const Key &key, QSharedPointer< T > obj)QCache3QDefaultEvictionPolicy< Key, T >protected
clear()QCache3Q< Key, T, EvPolicy >
deserializeQueue(int queueNumber, const QList< Key > &keys, const QList< QSharedPointer< T > > &values, const QList< int > &costs)QCache3Q< Key, T, EvPolicy >
insert(const Key &key, QSharedPointer< T > object, int cost=1)QCache3Q< Key, T, EvPolicy >
keys() constQCache3Q< Key, T, EvPolicy >
maxCost() constQCache3Q< Key, T, EvPolicy >inline
object(const Key &key) constQCache3Q< Key, T, EvPolicy >
operator[](const Key &key) constQCache3Q< Key, T, EvPolicy >inline
printStats()QCache3Q< Key, T, EvPolicy >
promoteAt() constQCache3Q< Key, T, EvPolicy >inline
QCache3Q(int maxCost=0, int minRecent=-1, int maxOldPopular=-1)QCache3Q< Key, T, EvPolicy >explicit
remove(const Key &key, bool force=false)QCache3Q< Key, T, EvPolicy >
serializeQueue(int queueNumber, QList< QSharedPointer< T > > &buffer)QCache3Q< Key, T, EvPolicy >
setMaxCost(int maxCost, int minRecent=-1, int maxOldPopular=-1)QCache3Q< Key, T, EvPolicy >inline
setPromoteAt(int p)QCache3Q< Key, T, EvPolicy >inline
totalCost() constQCache3Q< Key, T, EvPolicy >inline
~QCache3Q()QCache3Q< Key, T, EvPolicy >inline