Data Structures | Variables
ncSACache.h File Reference
#include <polys/monomials/ring.h>
#include <polys/monomials/p_polys.h>
#include <reporter/reporter.h>

Go to the source code of this file.

Data Structures

class  CCacheHash< CExponent >
 
struct  CCacheHash< CExponent >::CCacheItem
 
class  CGlobalCacheHash
 
class  CSpecialPairCacheHash
 
union  CCacheHash< CExponent >::CCacheItem.a
 
union  CCacheHash< CExponent >::CCacheItem.b
 

Variables

const int iMaxCacheSize = 20
 

Data Structure Documentation

struct CCacheHash::CCacheItem

template<typename CExponent>
struct CCacheHash< CExponent >::CCacheItem

Definition at line 38 of file ncSACache.h.

Data Fields
union CCacheItem a
union CCacheItem b
int iPairType
long lHits
poly pProduct
union CCacheHash::CCacheItem.a

template<typename CExponent>
union CCacheHash< CExponent >::CCacheItem.a

Definition at line 40 of file ncSACache.h.

Data Fields
CExponent aExponent
poly aMonom
union CCacheHash::CCacheItem.b

template<typename CExponent>
union CCacheHash< CExponent >::CCacheItem.b

Definition at line 45 of file ncSACache.h.

Data Fields
CExponent bExponent
poly bMonom

Variable Documentation

const int iMaxCacheSize = 20

Definition at line 15 of file ncSACache.h.