Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Functions
UUID.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cUUID
 

Functions

bool operator!= (const cUUID &a_Lhs, const cUUID &a_Rhs)
 
bool operator< (const cUUID &a_Lhs, const cUUID &a_Rhs)
 
bool operator<= (const cUUID &a_Lhs, const cUUID &a_Rhs)
 
bool operator== (const cUUID &a_Lhs, const cUUID &a_Rhs)
 
bool operator> (const cUUID &a_Lhs, const cUUID &a_Rhs)
 
bool operator>= (const cUUID &a_Lhs, const cUUID &a_Rhs)
 

Function Documentation

◆ operator!=()

bool operator!= ( const cUUID a_Lhs,
const cUUID a_Rhs 
)
inline

Definition at line 75 of file UUID.h.

◆ operator<()

bool operator< ( const cUUID a_Lhs,
const cUUID a_Rhs 
)
inline

Definition at line 80 of file UUID.h.

◆ operator<=()

bool operator<= ( const cUUID a_Lhs,
const cUUID a_Rhs 
)
inline

Definition at line 85 of file UUID.h.

◆ operator==()

bool operator== ( const cUUID a_Lhs,
const cUUID a_Rhs 
)
inline

Definition at line 70 of file UUID.h.

◆ operator>()

bool operator> ( const cUUID a_Lhs,
const cUUID a_Rhs 
)
inline

Definition at line 90 of file UUID.h.

◆ operator>=()

bool operator>= ( const cUUID a_Lhs,
const cUUID a_Rhs 
)
inline

Definition at line 95 of file UUID.h.