| 
    FLOPC++
    
   | 
 
Base class for all "constant" types of data. More...
#include <MP_constant.hpp>

Public Member Functions | |
| virtual double | evaluate () const =0 | 
| virtual int | getStage () const | 
| virtual int | stage () const | 
Protected Member Functions | |
| Constant_base () | |
| virtual | ~Constant_base () | 
Protected Attributes | |
| int | count | 
Friends | |
| class | Constant | 
| class | Handle< Constant_base * > | 
Base class for all "constant" types of data.
Definition at line 20 of file MP_constant.hpp.
      
  | 
  inlineprotected | 
Definition at line 32 of file MP_constant.hpp.
      
  | 
  inlineprotectedvirtual | 
Definition at line 33 of file MP_constant.hpp.
      
  | 
  pure virtual | 
Implemented in flopc::Constant_product, flopc::Constant_sum, flopc::Constant_min, flopc::Constant_max, flopc::Constant_div, flopc::Constant_mult, flopc::Constant_minus, flopc::Constant_plus, flopc::Constant_max_2, flopc::Constant_min_2, flopc::Constant_floor, flopc::Constant_ceil, flopc::Constant_pos, flopc::Constant_abs, flopc::DataRef, flopc::Constant_double, and flopc::Constant_index.
      
  | 
  inlinevirtual | 
Reimplemented in flopc::DataRef.
Definition at line 25 of file MP_constant.hpp.
      
  | 
  inlinevirtual | 
Definition at line 28 of file MP_constant.hpp.
      
  | 
  friend | 
Definition at line 21 of file MP_constant.hpp.
      
  | 
  friend | 
Definition at line 22 of file MP_constant.hpp.
      
  | 
  protected | 
Definition at line 34 of file MP_constant.hpp.
 1.8.5