|
HDK
|
#include <outputValueCache.h>
Public Member Functions | |
| SharedAccess (const SharedAccess &)=delete | |
| const SharedAccess & | operator= (const SharedAccess &)=delete |
| SharedAccess (Ef_OutputValueCache *cache) | |
| const VdfVector * | GetValue (const VdfOutput &output, const VdfMask &mask) const |
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.
|
inline |
Returns the cached value for a given output and mask, if it exists.
Definition at line 162 of file outputValueCache.h.
|
delete |