All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PcpDependency Struct Reference

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...
 

Detailed Description

Description of a dependency.

Definition at line 107 of file dependency.h.

Member Data Documentation

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.


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