Loading...
Searching...
No Matches
PcpDependency Struct Reference

Description of a dependency. More...

#include <dependency.h>

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.
 
SdfPath sitePath
 The site path.
 
PcpMapFunction mapFunc
 The map function that applies to values from the site.
 

Detailed Description

Description of a dependency.

Definition at line 111 of file dependency.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const PcpDependency rhs) const
inline

Definition at line 126 of file dependency.h.

◆ operator==()

bool operator== ( const PcpDependency rhs) const
inline

Definition at line 121 of file dependency.h.

Member Data Documentation

◆ indexPath

SdfPath indexPath

The path in this PcpCache's root layer stack that depends on the site.

Definition at line 114 of file dependency.h.

◆ mapFunc

PcpMapFunction mapFunc

The map function that applies to values from the site.

Definition at line 119 of file dependency.h.

◆ sitePath

SdfPath sitePath

The site path.

When using recurseDownNamespace, this may be a path beneath the initial sitePath.

Definition at line 117 of file dependency.h.


The documentation for this struct was generated from the following file: