|
CSL
5.2
|
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. | |
Public Attributes | |
| bool | mUseCache |
| whether I'm to cache (vs. compute) | |
Cacheable – a mix-in for caching streams.
Definition at line 563 of file CSL_Core.h.
|
inline |
Definition at line 565 of file CSL_Core.h.
|
inline |
Constructors.
Definition at line 566 of file CSL_Core.h.
| bool csl::Cacheable::mUseCache |
whether I'm to cache (vs. compute)
Definition at line 566 of file CSL_Core.h.
Referenced by csl::CompOrCacheOscillator::createCache().