Stands for Global Unique Identifier, it represents a unique ID that's used to link pointers during serialization and deserialization.
More...
#include <guid.hpp>
Stands for Global Unique Identifier, it represents a unique ID that's used to link pointers during serialization and deserialization.
Definition at line 17 of file guid.hpp.
◆ FromString()
static Guid Mountain::Guid::FromString |
( |
const char_t * |
str | ) |
|
|
static |
Parses a Guid from a string.
- Parameters
-
- Returns
- Guid
◆ New()
static Guid Mountain::Guid::New |
( |
| ) |
|
|
static |
Creates a new Guid.
- Returns
- New guid
◆ operator!=()
bool_t Mountain::Guid::operator!= |
( |
const Guid & |
other | ) |
const |
Compares 2 Guid.
- Parameters
-
- Returns
- Whether the Guid are different
◆ operator==()
bool_t Mountain::Guid::operator== |
( |
const Guid & |
other | ) |
const |
Compares 2 Guid.
- Parameters
-
- Returns
- Whether the Guid are equal
The documentation for this class was generated from the following file:
- Mountain/include/Mountain/utils/guid.hpp