![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
Utility class that adds basic GUID management to objects. More...
#include <GUIDWrapper.h>
Public Member Functions | |
GUIDWrapper () noexcept | |
GUIDWrapper (const GUIDWrapper &old) noexcept | |
GUIDWrapper (GUIDWrapper &&old) noexcept | |
virtual | ~GUIDWrapper ()=default |
FORCE_INLINE I64 | getGUID () const noexcept |
GUIDWrapper & | operator= (const GUIDWrapper &old)=delete |
GUIDWrapper & | operator= (GUIDWrapper &&other)=delete |
Static Public Member Functions | |
static I64 | generateGUID () noexcept |
Protected Attributes | |
const I64 | _guid |
Utility class that adds basic GUID management to objects.
Definition at line 44 of file GUIDWrapper.h.
|
inlinenoexcept |
Definition at line 46 of file GUIDWrapper.h.
|
inlinenoexcept |
Definition at line 47 of file GUIDWrapper.h.
|
inlinenoexcept |
Definition at line 48 of file GUIDWrapper.h.
|
virtualdefault |
|
staticnoexcept |
Definition at line 5 of file GUIDWrapper.cpp.
|
inlinenoexcept |
Definition at line 51 of file GUIDWrapper.h.
|
delete |
|
delete |
|
protected |
Definition at line 59 of file GUIDWrapper.h.