#include <item.h>
◆ Cached_item_real()
  
  
      
        
          | Cached_item_real::Cached_item_real  | 
          ( | 
          Item *  | 
          item_par | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ cmp()
  
  
      
        
          | bool Cached_item_real::cmp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
Compare the value associated with the item with the stored value. 
If they are different, update the stored value with item's value and return true.
- Returns
 - true if item's value and stored value are different. Notice that first call is to establish an initial value and return value should be ignored. 
 
Implements Cached_item.
 
 
◆ value
  
  
      
        
          | double Cached_item_real::value {0.0} | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: