HDK
|
#include <predicateExpression.h>
Static Public Member Functions | |
static FnArg | Positional (VtValue const &val) |
static FnArg | Keyword (std::string const &name, VtValue const &val) |
Public Attributes | |
std::string | argName |
VtValue | value |
Friends | |
template<class HashState > | |
void | TfHashAppend (HashState &h, FnArg const &arg) |
bool | operator== (FnArg const &l, FnArg const &r) |
bool | operator!= (FnArg const &l, FnArg const &r) |
void | swap (FnArg &l, FnArg &r) |
Represents a function argument name and value. Positional arguments have empty names.
Definition at line 75 of file predicateExpression.h.
|
inlinestatic |
Definition at line 79 of file predicateExpression.h.
Definition at line 76 of file predicateExpression.h.
Definition at line 93 of file predicateExpression.h.
Definition at line 90 of file predicateExpression.h.
Definition at line 97 of file predicateExpression.h.
Definition at line 86 of file predicateExpression.h.
std::string SdfPredicateExpression::FnArg::argName |
Definition at line 82 of file predicateExpression.h.
VtValue SdfPredicateExpression::FnArg::value |
Definition at line 83 of file predicateExpression.h.