#include <int_poly.h>
Definition at line 33 of file int_poly.h.
 
◆ term() [1/2]
◆ term() [2/2]
◆ operator delete()
  
  
      
        
          | void term::operator delete  | 
          ( | 
          void *  | 
          addr,  | 
         
        
           | 
           | 
          size_t  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Definition at line 53 of file int_poly.h.
   54    {
   56    }
static const omBin term_bin
 
#define omFreeBin(addr, bin)
 
 
 
 
◆ operator new()
  
  
      
        
          | void * term::operator new  | 
          ( | 
          size_t  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 47 of file int_poly.h.
   48    {
   49      void* addr;
   51      return addr;
   52    }
#define omTypeAllocBin(type, addr, bin)
 
 
 
 
◆ CFIterator
◆ InternalPoly
◆ coeff
◆ exp
◆ next
◆ term_bin
The documentation for this class was generated from the following files: