Loading...
Searching...
No Matches
Exec_CacheView Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Exec_CacheView()

Exec_CacheView ( )
default

Constructs an invalid cache view.

Member Function Documentation

◆ Get()

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.

Friends And Related Function Documentation

◆ Exec_RequestImpl

friend class Exec_RequestImpl
friend

Definition at line 46 of file cacheView.h.


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