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 intrusive_ptr_add_ref (Sdf_Identity *)
 
void intrusive_ptr_release (Sdf_Identity *)
 

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 47 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 56 of file identity.h.

Friends And Related Function Documentation

void intrusive_ptr_add_ref ( Sdf_Identity )
friend
void intrusive_ptr_release ( Sdf_Identity )
friend
friend class Sdf_IdentityRegistry
friend

Definition at line 65 of file identity.h.

friend class Sdf_IdRegistryImpl
friend

Definition at line 66 of file identity.h.


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