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

lib
Class McdCalc_Cached

   in cache_adt.h

template < class Entry , class Entries > class McdCalc_Cached


Field Summary
private bool is_min_entry
          
private float min_credit_density
          
private bool min_valid
          
 
Constructor Summary
McdCalc_Cached()
          
 
Method Summary
 void notify_added( const Entry& entry )
          
 void notify_decreased( const Entry& entry )
          
 void notify_impending_increase_or_remove( const Entry& entry )
          
 void notify_increased_or_removed( const Entry& UNUSED( entry ) )
          
 float operator()( const Entries& entries )
          
 

Field Detail

is_min_entry

private bool is_min_entry;

min_credit_density

private float min_credit_density;

min_valid

private bool min_valid;


Constructor Detail

McdCalc_Cached

public McdCalc_Cached();


Method Detail

notify_added

public void notify_added( const Entry& entry );

notify_decreased

public void notify_decreased( const Entry& entry );

notify_impending_increase_or_remove

public void notify_impending_increase_or_remove( const Entry& entry );

notify_increased_or_removed

public void notify_increased_or_removed( const Entry& UNUSED( entry ) );

operator()

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

 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