CSL  6.0
csl::Cacheable Class Reference

Cacheable – a mix-in for caching streams. More...

#include <CSL_Core.h>

+ Inheritance diagram for csl::Cacheable:

Public Member Functions

 Cacheable ()
 
 Cacheable (bool uC)
 Constructors. More...
 

Public Attributes

bool mUseCache
 whether I'm to cache (vs. compute) More...
 

Detailed Description

Cacheable – a mix-in for caching streams.

Definition at line 595 of file CSL_Core.h.

Constructor & Destructor Documentation

csl::Cacheable::Cacheable ( )
inline

Definition at line 597 of file CSL_Core.h.

csl::Cacheable::Cacheable ( bool  uC)
inline

Constructors.

Definition at line 598 of file CSL_Core.h.

Member Data Documentation

bool csl::Cacheable::mUseCache

whether I'm to cache (vs. compute)

Definition at line 598 of file CSL_Core.h.

Referenced by csl::CompOrCacheOscillator::createCache().


The documentation for this class was generated from the following file: