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

#include <identity.h>

Public Member Functions

SDF_API const SdfLayerHandle & GetLayer () const
 Returns the layer that this identity refers to. More...
 
const SdfPathGetPath () const
 Returns the path that this identity refers to. More...
 

Friends

class Sdf_IdentityRegistry
 
class Sdf_IdRegistryImpl
 
void TfDelegatedCountIncrement (Sdf_Identity *)
 
void TfDelegatedCountDecrement (Sdf_Identity *) noexcept
 

Detailed Description

Identifies the logical object behind an SdfSpec.

This is simply the layer the spec belongs to and the path to the spec.

Definition at line 30 of file identity.h.

Member Function Documentation

SDF_API const SdfLayerHandle& Sdf_Identity::GetLayer ( ) const

Returns the layer that this identity refers to.

const SdfPath& Sdf_Identity::GetPath ( ) const
inline

Returns the path that this identity refers to.

Definition at line 39 of file identity.h.

Friends And Related Function Documentation

friend class Sdf_IdentityRegistry
friend

Definition at line 48 of file identity.h.

friend class Sdf_IdRegistryImpl
friend

Definition at line 49 of file identity.h.

void TfDelegatedCountDecrement ( Sdf_Identity )
friend
void TfDelegatedCountIncrement ( Sdf_Identity )
friend

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