Blender  V2.93
Public Member Functions | Protected Member Functions | Friends | List of all members
blender::bke::PersistentDataHandle Class Reference

#include <BKE_persistent_data_handle.hh>

Inherited by blender::bke::PersistentIDHandle.

Public Member Functions

 PersistentDataHandle ()
 
uint64_t hash () const
 

Protected Member Functions

 PersistentDataHandle (int handle)
 

Friends

bool operator== (const PersistentDataHandle &a, const PersistentDataHandle &b)
 
bool operator!= (const PersistentDataHandle &a, const PersistentDataHandle &b)
 
std::ostream & operator<< (std::ostream &stream, const PersistentDataHandle &a)
 

Detailed Description

Definition at line 37 of file BKE_persistent_data_handle.hh.

Constructor & Destructor Documentation

◆ PersistentDataHandle() [1/2]

blender::bke::PersistentDataHandle::PersistentDataHandle ( int  handle)
inlineprotected

Definition at line 45 of file BKE_persistent_data_handle.hh.

◆ PersistentDataHandle() [2/2]

blender::bke::PersistentDataHandle::PersistentDataHandle ( )
inline

Definition at line 50 of file BKE_persistent_data_handle.hh.

Member Function Documentation

◆ hash()

uint64_t blender::bke::PersistentDataHandle::hash ( ) const
inline

Definition at line 70 of file BKE_persistent_data_handle.hh.

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const PersistentDataHandle a,
const PersistentDataHandle b 
)
friend

Definition at line 59 of file BKE_persistent_data_handle.hh.

◆ operator<<

std::ostream& operator<< ( std::ostream &  stream,
const PersistentDataHandle a 
)
friend

Definition at line 64 of file BKE_persistent_data_handle.hh.

◆ operator==

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

Definition at line 54 of file BKE_persistent_data_handle.hh.


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