![]() |
|
Include dependency graph for valueOverride.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ExecValueOverride |
| Specifies a computed value that should be temporarily overridden with a different value. More... | |
Typedefs | |
| using | ExecValueOverrideVector = std::vector< ExecValueOverride > |
| struct ExecValueOverride |
Specifies a computed value that should be temporarily overridden with a different value.
Definition at line 27 of file valueOverride.h.
| Class Members | ||
|---|---|---|
| VtValue | overrideValue | When exec computes the above value key, it should produce this value. |
| ExecValueKey | valueKey | Which computed value should be overridden. |
| using ExecValueOverrideVector = std::vector<ExecValueOverride> |
Definition at line 36 of file valueOverride.h.