![]() |
|
Sites that must respond to a namespace edit. More...
#include <namespaceEdits.h>
Classes | |
| struct | CacheSite |
| Cache site that must respond to a namespace edit. More... | |
| struct | LayerStackSite |
| Layer stack site that must respond to a namespace edit. More... | |
Public Types | |
| enum | EditType { EditPath , EditInherit , EditSpecializes , EditReference , EditPayload , EditRelocate } |
| Types of namespace edits that a given layer stack site could need to perform to respond to a namespace edit. More... | |
| typedef std::vector< CacheSite > | CacheSites |
| typedef std::vector< LayerStackSite > | LayerStackSites |
Public Member Functions | |
| void | Swap (PcpNamespaceEdits &rhs) |
Public Attributes | |
| CacheSites | cacheSites |
| Cache sites that must respond to a namespace edit. | |
| LayerStackSites | layerStackSites |
| Layer stack sites that must respond to a namespace edit. | |
| LayerStackSites | invalidLayerStackSites |
| Layer stack sites that are affected by a namespace edit but cannot respond properly. | |
Sites that must respond to a namespace edit.
Definition at line 34 of file namespaceEdits.h.
| struct PcpNamespaceEdits::CacheSite |
Cache site that must respond to a namespace edit.
Definition at line 55 of file namespaceEdits.h.
| Class Members | ||
|---|---|---|
| size_t | cacheIndex | Index of cache of site. |
| SdfPath | newPath | New path of site. |
| SdfPath | oldPath | Old path of site. |
| struct PcpNamespaceEdits::LayerStackSite |
Layer stack site that must respond to a namespace edit.
All of the specs at the site will respond the same way.
Definition at line 64 of file namespaceEdits.h.
| Class Members | ||
|---|---|---|
| size_t | cacheIndex | Index of cache of site. |
| PcpLayerStackPtr | layerStack | Layer stack needing fix. |
| SdfPath | newPath | New path. |
| SdfPath | oldPath | Old path. |
| SdfPath | sitePath | Path of site needing fix. |
| EditType | type | Type of edit. |
| typedef std::vector<CacheSite> CacheSites |
Definition at line 60 of file namespaceEdits.h.
| typedef std::vector<LayerStackSite> LayerStackSites |
Definition at line 72 of file namespaceEdits.h.
| enum EditType |
Types of namespace edits that a given layer stack site could need to perform to respond to a namespace edit.
Definition at line 38 of file namespaceEdits.h.
|
inline |
Definition at line 47 of file namespaceEdits.h.
| CacheSites cacheSites |
Cache sites that must respond to a namespace edit.
Definition at line 75 of file namespaceEdits.h.
| LayerStackSites invalidLayerStackSites |
Layer stack sites that are affected by a namespace edit but cannot respond properly.
For example, in situations involving relocates, a valid namespace edit in one cache may result in an invalid edit in another cache in response.
Definition at line 84 of file namespaceEdits.h.
| LayerStackSites layerStackSites |
Layer stack sites that must respond to a namespace edit.
Definition at line 78 of file namespaceEdits.h.