RenderManAPI  24.0
UserId Class Reference

#include <RileyIds.h>

Public Member Functions

 ~UserId ()=default
 
 UserId () noexcept
 
 UserId (uint64_t val) noexcept
 
bool operator== (const UserId &rhs) const noexcept
 
bool operator!= (const UserId &rhs) const noexcept
 
bool operator< (const UserId &rhs) const noexcept
 
bool operator> (const UserId &rhs) const noexcept
 
uint64_t AsUInt64 () const noexcept
 

Static Public Member Functions

static UserId DefaultId () noexcept
 

Constructor & Destructor Documentation

◆ ~UserId()

UserId::~UserId ( )
default

◆ UserId() [1/2]

UserId::UserId ( )
inlinenoexcept

Referenced by DefaultId().

◆ UserId() [2/2]

UserId::UserId ( uint64_t  val)
inlineexplicitnoexcept

Member Function Documentation

◆ AsUInt64()

uint64_t UserId::AsUInt64 ( ) const
inlinenoexcept

◆ DefaultId()

UserId UserId::DefaultId ( )
inlinestaticnoexcept

References UserId().

◆ operator!=()

bool UserId::operator!= ( const UserId rhs) const
inlinenoexcept

◆ operator<()

bool UserId::operator< ( const UserId rhs) const
inlinenoexcept

◆ operator==()

bool UserId::operator== ( const UserId rhs) const
inlinenoexcept

◆ operator>()

bool UserId::operator> ( const UserId rhs) const
inlinenoexcept

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