Complement enum value (defined in SdfPathExpression) | SdfPathExpression | |
ComposeOver(SdfPathExpression const &weaker) const & | SdfPathExpression | inline |
ComposeOver(SdfPathExpression const &weaker) && | SdfPathExpression | |
ContainsExpressionReferences() const | SdfPathExpression | inline |
ContainsWeakerExpressionReference() const | SdfPathExpression | |
Difference enum value (defined in SdfPathExpression) | SdfPathExpression | |
EveryDescendant() | SdfPathExpression | static |
Everything() | SdfPathExpression | static |
ExpressionRef enum value (defined in SdfPathExpression) | SdfPathExpression | |
GetParseError() const & | SdfPathExpression | inline |
GetText() const | SdfPathExpression | |
ImpliedUnion enum value (defined in SdfPathExpression) | SdfPathExpression | |
Intersection enum value (defined in SdfPathExpression) | SdfPathExpression | |
IsAbsolute() const | SdfPathExpression | |
IsComplete() const | SdfPathExpression | inline |
IsEmpty() const | SdfPathExpression | inline |
MakeAbsolute(SdfPath const &anchor) const & | SdfPathExpression | inline |
MakeAbsolute(SdfPath const &anchor) && | SdfPathExpression | |
MakeAtom(ExpressionReference &&ref) | SdfPathExpression | static |
MakeAtom(ExpressionReference const &ref) | SdfPathExpression | inlinestatic |
MakeAtom(PathPattern &&pattern) | SdfPathExpression | static |
MakeAtom(PathPattern const &pattern) | SdfPathExpression | inlinestatic |
MakeAtom(SdfPath const &path) | SdfPathExpression | inlinestatic |
MakeAtom(SdfPath &&path) | SdfPathExpression | inlinestatic |
MakeComplement(SdfPathExpression &&right) | SdfPathExpression | static |
MakeComplement(SdfPathExpression const &right) | SdfPathExpression | inlinestatic |
MakeOp(Op op, SdfPathExpression &&left, SdfPathExpression &&right) | SdfPathExpression | static |
MakeOp(Op op, SdfPathExpression const &left, SdfPathExpression const &right) | SdfPathExpression | inlinestatic |
Nothing() | SdfPathExpression | static |
Op enum name | SdfPathExpression | |
operator bool() const | SdfPathExpression | inlineexplicit |
operator!= (defined in SdfPathExpression) | SdfPathExpression | friend |
operator<< (defined in SdfPathExpression) | SdfPathExpression | friend |
operator== (defined in SdfPathExpression) | SdfPathExpression | friend |
PathPattern typedef (defined in SdfPathExpression) | SdfPathExpression | |
Pattern enum value (defined in SdfPathExpression) | SdfPathExpression | |
ReplacePrefix(SdfPath const &oldPrefix, SdfPath const &newPrefix) const & | SdfPathExpression | inline |
ReplacePrefix(SdfPath const &oldPrefix, SdfPath const &newPrefix) && | SdfPathExpression | |
ResolveReferences(TfFunctionRef< SdfPathExpression(ExpressionReference const &)> resolve) const & | SdfPathExpression | inline |
ResolveReferences(TfFunctionRef< SdfPathExpression(ExpressionReference const &)> resolve) && | SdfPathExpression | |
SdfPathExpression()=default | SdfPathExpression | |
SdfPathExpression(std::string const &expr, std::string const &parseContext={}) | SdfPathExpression | explicit |
swap (defined in SdfPathExpression) | SdfPathExpression | friend |
TfHashAppend (defined in SdfPathExpression) | SdfPathExpression | friend |
Union enum value (defined in SdfPathExpression) | SdfPathExpression | |
Walk(TfFunctionRef< void(Op, int)> logic, TfFunctionRef< void(ExpressionReference const &)> ref, TfFunctionRef< void(PathPattern const &)> pattern) const | SdfPathExpression | |
WalkWithOpStack(TfFunctionRef< void(std::vector< std::pair< Op, int > > const &)> logic, TfFunctionRef< void(ExpressionReference const &)> ref, TfFunctionRef< void(PathPattern const &)> pattern) const | SdfPathExpression | |
WeakerRef() | SdfPathExpression | static |