Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Uuid Class Reference

Public Member Functions

 Uuid (std::string str)
 
 Uuid (const char *str)
 
void operator= (const char *)
 
void operator= (const Uuid &other)
 
std::string ToString () const
 
bool operator== (const Uuid &other) const
 
bool operator!= (const Uuid &other) const
 
bool operator< (const Uuid &other) const
 
bool IsValid () const
 
 operator std::string () const
 

Static Public Member Functions

static Uuid CreateRandom ()
 

Protected Attributes

char uuid [16]
 

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