Raito 0.1
Loading...
Searching...
No Matches
Raito::UUID Class Reference

#include <UUID.h>

Public Member Functions

 UUID ()
 Default constructor.
 
 UUID (u64 uuid)
 
 UUID (const UUID &other)=default
 
 operator u64 () const
 

Detailed Description

Universal Unique Identifier class Creates a randomly generated UUID with a 64 bit length

Constructor & Destructor Documentation

◆ UUID() [1/3]

Raito::UUID::UUID ( )

Default constructor.

◆ UUID() [2/3]

Raito::UUID::UUID ( u64 uuid)

Assign constructor

Parameters
uuidThe UUID to be assigned

◆ UUID() [3/3]

Raito::UUID::UUID ( const UUID & other)
default

Copy constructor

Parameters
otherUUID to copy from

Member Function Documentation

◆ operator u64()

Raito::UUID::operator u64 ( ) const
inline

UUID Operator Returns the UUID value as an unsigned 64 bit integer


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