![]() |
|
A view into values cached by ExecSystem. More...
#include <cacheView.h>
Public Member Functions | |
| Exec_CacheView ()=default | |
| Constructs an invalid cache view. | |
| EXEC_API VtValue | Get (int index) const |
Returns the computed value for the provided extraction index. | |
Friends | |
| class | Exec_RequestImpl |
A view into values cached by ExecSystem.
This class is not intended to be used directly by users but as part of higher level libraries. Cache views must not outlive the ExecSystem or request from which they were built.
Definition at line 31 of file cacheView.h.
|
default |
Constructs an invalid cache view.
| EXEC_API VtValue Get | ( | int | index | ) | const |
Returns the computed value for the provided extraction index.
Emits an error and returns an empty value if the index is not evaluated.
|
friend |
Definition at line 46 of file cacheView.h.