HDK
|
This is the complete list of members for SdfPredicateExpression, including all inherited members.
And enum value | SdfPredicateExpression | |
Call enum value | SdfPredicateExpression | |
GetParseError() const & | SdfPredicateExpression | inline |
GetParseError() const && | SdfPredicateExpression | inline |
GetText() const | SdfPredicateExpression | |
ImpliedAnd enum value | SdfPredicateExpression | |
IsEmpty() const | SdfPredicateExpression | inline |
MakeCall(FnCall &&call) | SdfPredicateExpression | static |
MakeNot(SdfPredicateExpression &&right) | SdfPredicateExpression | static |
MakeOp(Op op, SdfPredicateExpression &&left, SdfPredicateExpression &&right) | SdfPredicateExpression | static |
Not enum value | SdfPredicateExpression | |
Op enum name | SdfPredicateExpression | |
operator bool() const | SdfPredicateExpression | inlineexplicit |
operator!=(SdfPredicateExpression const &l, SdfPredicateExpression const &r) | SdfPredicateExpression | friend |
operator<<(std::ostream &, SdfPredicateExpression const &) | SdfPredicateExpression | friend |
operator=(SdfPredicateExpression const &)=default | SdfPredicateExpression | |
operator=(SdfPredicateExpression &&)=default | SdfPredicateExpression | |
operator==(SdfPredicateExpression const &l, SdfPredicateExpression const &r) | SdfPredicateExpression | friend |
Or enum value | SdfPredicateExpression | |
SdfPredicateExpression()=default | SdfPredicateExpression | |
SdfPredicateExpression(SdfPredicateExpression const &)=default | SdfPredicateExpression | |
SdfPredicateExpression(SdfPredicateExpression &&)=default | SdfPredicateExpression | |
SdfPredicateExpression(std::string const &expr, std::string const &context={}) | SdfPredicateExpression | explicit |
TfHashAppend(HashState &h, SdfPredicateExpression const &expr) | SdfPredicateExpression | friend |
Walk(TfFunctionRef< void(Op, int)> logic, TfFunctionRef< void(FnCall const &)> call) const | SdfPredicateExpression | |
WalkWithOpStack(TfFunctionRef< void(std::vector< std::pair< Op, int >> const &)> logic, TfFunctionRef< void(FnCall const &)> call) const | SdfPredicateExpression |