Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Handle< T > Struct Template Reference

#include <PlatformDefines.h>

Public Member Functions

FORCE_INLINE bool operator== (const Handle &rhs) const
 

Public Attributes

union {
   struct {
      U32   _generation: 8
 
      U32   _index: 24
 
   } 
 
   U32   _data
 
}; 
 

Detailed Description

template<typename T>
struct Divide::Handle< T >

Definition at line 518 of file PlatformDefines.h.

Member Function Documentation

◆ operator==()

template<typename T >
FORCE_INLINE bool Divide::Handle< T >::operator== ( const Handle< T > &  rhs) const
inline

Definition at line 531 of file PlatformDefines.h.

Member Data Documentation

◆ 

union { ... } Divide::Handle< T >::@87

◆ _data

template<typename T >
U32 Divide::Handle< T >::_data

Definition at line 528 of file PlatformDefines.h.

◆ _generation

template<typename T >
U32 Divide::Handle< T >::_generation

Definition at line 524 of file PlatformDefines.h.

◆ _index

template<typename T >
U32 Divide::Handle< T >::_index

Definition at line 525 of file PlatformDefines.h.


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