Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Public Attributes | List of all members
cAuthenticator::cUser Class Reference

Public Member Functions

 cUser (int a_ClientID, const std::string_view a_Name, const std::string_view a_ServerID)
 

Public Attributes

int m_ClientID
 
AString m_Name
 
AString m_ServerID
 

Detailed Description

Definition at line 54 of file Authenticator.h.

Constructor & Destructor Documentation

◆ cUser()

cAuthenticator::cUser::cUser ( int  a_ClientID,
const std::string_view  a_Name,
const std::string_view  a_ServerID 
)
inline

Definition at line 61 of file Authenticator.h.

Member Data Documentation

◆ m_ClientID

int cAuthenticator::cUser::m_ClientID

Definition at line 57 of file Authenticator.h.

◆ m_Name

AString cAuthenticator::cUser::m_Name

Definition at line 58 of file Authenticator.h.

◆ m_ServerID

AString cAuthenticator::cUser::m_ServerID

Definition at line 59 of file Authenticator.h.


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