7 #ifndef PXR_EXEC_EXEC_VALUE_KEY_H
8 #define PXR_EXEC_EXEC_VALUE_KEY_H
32 : _provider(std::move(provider))
33 , _computationName(computationName)
43 return _computationName;
EXEC_API std::string GetDebugName() const
#define PXR_NAMESPACE_OPEN_SCOPE
const EsfObject & GetProvider() const
Returns the provider object of the requested value.
ExecValueKey(EsfObject &&provider, const TfToken &computationName)
#define PXR_NAMESPACE_CLOSE_SCOPE
const TfToken & GetComputationName() const
Returns the name of the requested computation.