Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
McdCalc_Naive< Entry, Entries > Class Template Reference

#include <cache_adt.h>

Public Member Functions

void notify_added (const Entry &) const
 
void notify_decreased (const Entry &) const
 
void notify_impending_increase_or_remove (const Entry &) const
 
void notify_increased_or_removed (const Entry &) const
 
float operator() (const Entries &entries) const
 

Detailed Description

template<class Entry, class Entries>
class McdCalc_Naive< Entry, Entries >

Definition at line 140 of file cache_adt.h.

Member Function Documentation

template<class Entry, class Entries>
void McdCalc_Naive< Entry, Entries >::notify_added ( const Entry &  ) const
inline

Definition at line 143 of file cache_adt.h.

template<class Entry, class Entries>
void McdCalc_Naive< Entry, Entries >::notify_decreased ( const Entry &  ) const
inline

Definition at line 144 of file cache_adt.h.

template<class Entry, class Entries>
void McdCalc_Naive< Entry, Entries >::notify_impending_increase_or_remove ( const Entry &  ) const
inline

Definition at line 145 of file cache_adt.h.

template<class Entry, class Entries>
void McdCalc_Naive< Entry, Entries >::notify_increased_or_removed ( const Entry &  ) const
inline

Definition at line 146 of file cache_adt.h.

template<class Entry, class Entries>
float McdCalc_Naive< Entry, Entries >::operator() ( const Entries &  entries) const
inline

Definition at line 147 of file cache_adt.h.


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