My Project
|
#include <ncSACache.h>
Public Types | |
typedef int | CExponent |
Public Types inherited from CCacheHash< int > | |
enum | EHistoryType |
Public Member Functions | |
CSpecialPairCacheHash (ring r) | |
virtual | ~CSpecialPairCacheHash () |
Public Member Functions inherited from CCacheHash< int > | |
CCacheHash (ring r) | |
ring | GetBasering () const |
int | NVars () const |
virtual | ~CCacheHash () |
int | LookupEE (int a, int b, CCacheItem *&pItems) |
bool | StoreEE (int a, int b, poly pProduct) |
virtual void | History (const EHistoryType, const int, const int, const poly=NULL) |
Protected Member Functions | |
virtual void | History (const EHistoryType t, const CExponent a, const CExponent b, const poly p=NULL) |
Definition at line 112 of file ncSACache.h.
typedef int CSpecialPairCacheHash::CExponent |
Definition at line 115 of file ncSACache.h.
|
inline |
Definition at line 117 of file ncSACache.h.
|
inlinevirtual |
Definition at line 119 of file ncSACache.h.
|
protectedvirtual |
Definition at line 61 of file ncSACache.cc.