HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PcpErrorInvalidSublayerOwnership Class Reference

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidSublayerOwnership:

Public Member Functions

PCP_API ~PcpErrorInvalidSublayerOwnership () override
 Destructor. More...
 
PCP_API std::string ToString () const override
 Converts error to string message. More...
 
- Public Member Functions inherited from PcpErrorBase
virtual PCP_API ~PcpErrorBase ()
 Destructor. More...
 

Static Public Member Functions

static
PcpErrorInvalidSublayerOwnershipPtr 
New ()
 Returns a new error object. More...
 

Public Attributes

std::string owner
 
SdfLayerHandle layer
 
SdfLayerHandleVector sublayers
 
- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code. More...
 
PcpSite rootSite
 

Additional Inherited Members

- Protected Member Functions inherited from PcpErrorBase
 PcpErrorBase (PcpErrorType errorType)
 Constructor. More...
 

Detailed Description

Sibling layers that have the same owner.

Definition at line 625 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInvalidSublayerOwnership::~PcpErrorInvalidSublayerOwnership ( )
override

Destructor.

Member Function Documentation

static PcpErrorInvalidSublayerOwnershipPtr PcpErrorInvalidSublayerOwnership::New ( )
static

Returns a new error object.

PCP_API std::string PcpErrorInvalidSublayerOwnership::ToString ( ) const
overridevirtual

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

SdfLayerHandle PcpErrorInvalidSublayerOwnership::layer

Definition at line 635 of file errors.h.

std::string PcpErrorInvalidSublayerOwnership::owner

Definition at line 634 of file errors.h.

SdfLayerHandleVector PcpErrorInvalidSublayerOwnership::sublayers

Definition at line 636 of file errors.h.


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