HDK
|
#include <site.h>
Classes | |
struct | Hash |
Public Member Functions | |
PCP_API | PcpSiteStr () |
PCP_API | PcpSiteStr (const PcpLayerStackIdentifierStr &, const SdfPath &path) |
PCP_API | PcpSiteStr (const PcpLayerStackIdentifier &, const SdfPath &path) |
PCP_API | PcpSiteStr (const SdfLayerHandle &, const SdfPath &path) |
PCP_API | PcpSiteStr (PcpLayerStackSite const &) |
PCP_API | PcpSiteStr (PcpSite const &) |
PCP_API bool | operator== (const PcpSiteStr &rhs) const |
PCP_API bool | operator< (const PcpSiteStr &rhs) const |
Public Attributes | |
PcpLayerStackIdentifierStr | layerStackIdentifierStr |
SdfPath | path |
A "string-based" version of PcpSite. This stores layer identifiers as strings rather than SdfLayerHandles, making it stable wrt layer lifetimes.
PCP_API PcpSiteStr::PcpSiteStr | ( | ) |
PCP_API PcpSiteStr::PcpSiteStr | ( | const PcpLayerStackIdentifierStr & | , |
const SdfPath & | path | ||
) |
PCP_API PcpSiteStr::PcpSiteStr | ( | const PcpLayerStackIdentifier & | , |
const SdfPath & | path | ||
) |
PCP_API PcpSiteStr::PcpSiteStr | ( | PcpLayerStackSite const & | ) |
PCP_API bool PcpSiteStr::operator< | ( | const PcpSiteStr & | rhs | ) | const |
PCP_API bool PcpSiteStr::operator== | ( | const PcpSiteStr & | rhs | ) | const |
PcpLayerStackIdentifierStr PcpSiteStr::layerStackIdentifierStr |