![]() |
|
Helper class for storing intermediate results when building a function variable expression. More...
#include <variableExpression.h>
Public Member Functions | |
| template<class Argument > | |
| FunctionBuilder & | AddArgument (Argument &&arg) |
| Add an expression as an argument to the function call. | |
| SDF_API | operator SdfVariableExpression () const |
| SDF_API | operator Builder () const & |
| SDF_API | operator Builder () && |
| template<class Argument > | |
| SdfVariableExpression::FunctionBuilder & | AddArgument (Argument &&arg) |
Friends | |
| class | SdfVariableExpression |
Helper class for storing intermediate results when building a function variable expression.
Definition at line 261 of file variableExpression.h.
| FunctionBuilder & AddArgument | ( | Argument && | arg | ) |
Add an expression as an argument to the function call.
|
inline |
Definition at line 413 of file variableExpression.h.
|
friend |
Definition at line 274 of file variableExpression.h.