Blender  V3.3
Public Member Functions | Friends | List of all members
blender::ed::asset::AssetLibraryReferenceWrapper Class Reference

#include <asset_library_reference.hh>

Inheritance diagram for blender::ed::asset::AssetLibraryReferenceWrapper:
AssetLibraryReference

Public Member Functions

 AssetLibraryReferenceWrapper (const AssetLibraryReference &reference)
 
 ~AssetLibraryReferenceWrapper ()=default
 
uint64_t hash () const
 

Friends

bool operator== (const AssetLibraryReferenceWrapper &a, const AssetLibraryReferenceWrapper &b)
 

Additional Inherited Members

- Public Attributes inherited from AssetLibraryReference
short type
 
char _pad1 [2]
 
int custom_library_index
 

Detailed Description

Wrapper to add logic to the AssetLibraryReference DNA struct.

Definition at line 20 of file asset_library_reference.hh.

Constructor & Destructor Documentation

◆ AssetLibraryReferenceWrapper()

blender::ed::asset::AssetLibraryReferenceWrapper::AssetLibraryReferenceWrapper ( const AssetLibraryReference reference)

Definition at line 13 of file asset_library_reference.cc.

◆ ~AssetLibraryReferenceWrapper()

blender::ed::asset::AssetLibraryReferenceWrapper::~AssetLibraryReferenceWrapper ( )
default

Member Function Documentation

◆ hash()

uint64_t blender::ed::asset::AssetLibraryReferenceWrapper::hash ( ) const

Friends And Related Function Documentation

◆ operator==

bool operator== ( const AssetLibraryReferenceWrapper a,
const AssetLibraryReferenceWrapper b 
)
friend

Definition at line 18 of file asset_library_reference.cc.


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