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

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidSublayerOffset:

Public Member Functions

PCP_API ~PcpErrorInvalidSublayerOffset () 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
PcpErrorInvalidSublayerOffsetPtr 
New ()
 Returns a new error object. More...
 

Public Attributes

SdfLayerHandle layer
 
SdfLayerHandle sublayer
 
SdfLayerOffset offset
 
- 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

Sublayers that use invalid layer offsets.

Definition at line 554 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInvalidSublayerOffset::~PcpErrorInvalidSublayerOffset ( )
override

Destructor.

Member Function Documentation

static PcpErrorInvalidSublayerOffsetPtr PcpErrorInvalidSublayerOffset::New ( )
static

Returns a new error object.

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

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

SdfLayerHandle PcpErrorInvalidSublayerOffset::layer

Definition at line 563 of file errors.h.

SdfLayerOffset PcpErrorInvalidSublayerOffset::offset

Definition at line 565 of file errors.h.

SdfLayerHandle PcpErrorInvalidSublayerOffset::sublayer

Definition at line 564 of file errors.h.


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