![]() |
|
This accessor grants shared read access to the cache, preventing any concurrent write access. More...
#include <outputValueCache.h>
Public Member Functions | |
| SharedAccess (const SharedAccess &)=delete | |
| Non-copyable. | |
| const SharedAccess & | operator= (const SharedAccess &)=delete |
| SharedAccess (Ef_OutputValueCache *cache) | |
| Constructor. | |
| const VdfVector * | GetValue (const VdfOutput &output, const VdfMask &mask) const |
| Returns the cached value for a given output and mask, if it exists. | |
This accessor grants shared read access to the cache, preventing any concurrent write access.
Definition at line 144 of file outputValueCache.h.
|
delete |
Non-copyable.
|
inline |
Constructor.
Definition at line 154 of file outputValueCache.h.
Returns the cached value for a given output and mask, if it exists.
Definition at line 162 of file outputValueCache.h.