![]() |
My Project
|
#include <ncSACache.h>
Data Fields | |
| union { | |
| CExponent | aExponent |
| poly | aMonom |
| } | a |
| union { | |
| CExponent | bExponent |
| poly | bMonom |
| } | b |
| poly | pProduct |
| int | iPairType |
| long | lHits |
Definition at line 36 of file ncSACache.h.
| union { ... } CCacheHash< CExponent >::CCacheItem::a |
| union { ... } CCacheHash< CExponent >::CCacheItem::b |
| int CCacheHash< CExponent >::CCacheItem::iPairType |
Definition at line 50 of file ncSACache.h.
| long CCacheHash< CExponent >::CCacheItem::lHits |
Definition at line 51 of file ncSACache.h.
| poly CCacheHash< CExponent >::CCacheItem::pProduct |
Definition at line 48 of file ncSACache.h.