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

#include <errors.h>

+ Inheritance diagram for PcpErrorInconsistentAttributeVariability:

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

SdfVariability definingVariability
 The variability of the defining spec. More...
 
SdfVariability conflictingVariability
 The variability of the conflicting spec. More...
 
- Public Attributes inherited from PcpErrorInconsistentPropertyBase
std::string definingLayerIdentifier
 The identifier of the layer with the defining property spec. More...
 
SdfPath definingSpecPath
 The path of the defining property spec. More...
 
std::string conflictingLayerIdentifier
 The identifier of the layer with the conflicting property spec. More...
 
SdfPath conflictingSpecPath
 The path of the conflicting property spec. More...
 
- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code. More...
 
PcpSite rootSite
 

Additional Inherited Members

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

Detailed Description

Attributes that have specs with conflicting variability.

Definition at line 283 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInconsistentAttributeVariability::~PcpErrorInconsistentAttributeVariability ( )
override

Destructor.

Member Function Documentation

static PcpErrorInconsistentAttributeVariabilityPtr PcpErrorInconsistentAttributeVariability::New ( )
static

Returns a new error object.

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

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

SdfVariability PcpErrorInconsistentAttributeVariability::conflictingVariability

The variability of the conflicting spec.

Definition at line 296 of file errors.h.

SdfVariability PcpErrorInconsistentAttributeVariability::definingVariability

The variability of the defining spec.

Definition at line 294 of file errors.h.


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