Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib
Class McdCalc_Naive

   in cache_adt.h

template < class Entry , class Entries > class McdCalc_Naive


Method Summary
 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
          
 

Method Detail

notify_added

public void notify_added( const Entry& ) const;

notify_decreased

public void notify_decreased( const Entry& ) const;

notify_impending_increase_or_remove

public void notify_impending_increase_or_remove( const Entry& ) const;

notify_increased_or_removed

public void notify_increased_or_removed( const Entry& ) const;

operator()

public float operator()( const Entries& entries ) const;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD