![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#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 | |
}; | |
Definition at line 518 of file PlatformDefines.h.
|
inline |
Definition at line 531 of file PlatformDefines.h.
union { ... } Divide::Handle< T >::@87 |
U32 Divide::Handle< T >::_data |
Definition at line 528 of file PlatformDefines.h.
U32 Divide::Handle< T >::_generation |
Definition at line 524 of file PlatformDefines.h.
U32 Divide::Handle< T >::_index |
Definition at line 525 of file PlatformDefines.h.