#include <CCacheManagement.h>
Public Types | |
typedef CCacheManBase < manager_type, cache_type, nargs > | base |
Name base type. | |
typedef base::node_type | node_type |
Extracting inherited node type. | |
Get template parameters and global types | |
enum | { nargs = ArgumentLength } |
typedef ManagerType | manager_type |
typedef manager_type::deg_type | deg_type |
typedef manager_type::size_type | size_type |
typedef manager_type::idx_type | idx_type |
typedef CacheType | cache_type |
Public Member Functions | |
CCacheManagement (const manager_type &mgr) | |
Constructor and default constructor. |
It it mainly a wrapper for the template specialization of CCacheManBase, which allows a simple call of CCacheManagement<CacheType>, if CacheType is inherited from unary_cache_tag, binary_cache_tag, and ternary_cache_tag. It also fixes the ManagerType to CTypes::manager_base.
typedef ManagerType polybori::CCacheManagement< ManagerType, CacheType, ArgumentLength >::manager_type |
Reimplemented in polybori::CacheManager< CacheType >, polybori::CommutativeCacheManager< CacheType >, polybori::CCommutativeCacheManagement< ManagerType, CacheType >, polybori::CDegreeCache< DDType >, polybori::CBoundedDegreeCache< DDType >, polybori::CBlockDegreeCache< DDType >, polybori::CDegreeArgumentCache< TagType, DDType >, polybori::CacheManager< polybori::CCacheTypes::ll_red_nf >, polybori::CCommutativeCacheManagement< polybori::BoolePolyRing, CacheType >, polybori::CDegreeCache< polybori::BooleSet >, and polybori::CBlockDegreeCache< BoolePolyRing::dd_type >.
typedef manager_type::deg_type polybori::CCacheManagement< ManagerType, CacheType, ArgumentLength >::deg_type |
typedef manager_type::size_type polybori::CCacheManagement< ManagerType, CacheType, ArgumentLength >::size_type |
typedef manager_type::idx_type polybori::CCacheManagement< ManagerType, CacheType, ArgumentLength >::idx_type |
typedef CacheType polybori::CCacheManagement< ManagerType, CacheType, ArgumentLength >::cache_type |
typedef CCacheManBase<manager_type, cache_type, nargs> polybori::CCacheManagement< ManagerType, CacheType, ArgumentLength >::base |
Name base type.
Reimplemented in polybori::CacheManager< CacheType >, polybori::CommutativeCacheManager< CacheType >, polybori::CCommutativeCacheManagement< ManagerType, CacheType >, polybori::CDegreeCache< DDType >, polybori::CBoundedDegreeCache< DDType >, polybori::CBlockDegreeCache< DDType >, polybori::CDegreeArgumentCache< TagType, DDType >, polybori::CacheManager< polybori::CCacheTypes::ll_red_nf >, polybori::CCommutativeCacheManagement< polybori::BoolePolyRing, CacheType >, polybori::CDegreeCache< polybori::BooleSet >, and polybori::CBlockDegreeCache< BoolePolyRing::dd_type >.
typedef base::node_type polybori::CCacheManagement< ManagerType, CacheType, ArgumentLength >::node_type |
Extracting inherited node type.
Reimplemented in polybori::CCommutativeCacheManagement< ManagerType, CacheType >, polybori::CDegreeCache< DDType >, polybori::CBoundedDegreeCache< DDType >, polybori::CBlockDegreeCache< DDType >, polybori::CDegreeArgumentCache< TagType, DDType >, polybori::CCommutativeCacheManagement< polybori::BoolePolyRing, CacheType >, polybori::CDegreeCache< polybori::BooleSet >, and polybori::CBlockDegreeCache< BoolePolyRing::dd_type >.
anonymous enum |
polybori::CCacheManagement< ManagerType, CacheType, ArgumentLength >::CCacheManagement | ( | const manager_type & | mgr | ) | [inline] |
Constructor and default constructor.