![]() |
Description of a dependency. More...
Public Member Functions | |
| bool | operator== (const PcpDependency &rhs) const |
| bool | operator!= (const PcpDependency &rhs) const |
Public Attributes | |
| SdfPath | indexPath |
| The path in this PcpCache's root layer stack that depends on the site. More... | |
| SdfPath | sitePath |
| The site path. More... | |
| PcpMapFunction | mapFunc |
| The map function that applies to values from the site. More... | |
Description of a dependency.
Definition at line 107 of file dependency.h.
| SdfPath indexPath |
The path in this PcpCache's root layer stack that depends on the site.
Definition at line 110 of file dependency.h.
| PcpMapFunction mapFunc |
The map function that applies to values from the site.
Definition at line 115 of file dependency.h.
| SdfPath sitePath |
The site path.
When using recurseDownNamespace, this may be a path beneath the initial sitePath.
Definition at line 113 of file dependency.h.