OpenMortal Apocalypse mirror
Sourceforge mirror
SourceForge.net Logo
      News | Info | Characters | Arenas | Screenshots | Forums | Download  
Developer: Making of | Character-HOWTO | AI Design | Submit a Character
Documentation: Main Page | Modules | Class Hierarchy | Class List | File List

IOnlineChatBE::UserInfo Struct Reference

#include <OnlineChatBE.h>

List of all members.

Public Member Functions

 UserInfo ()
 UserInfo (const UserInfo &a_roRhs)
UserInfooperator= (const UserInfo &a_roRhs)

Public Attributes

std::string m_sNick
 The name of the user.
ClientModeEnum m_enClientMode
 The client mode of the user.
std::string m_sHostName
 The hostname that is displayed for the user (reverse lookup by MortalNet).
std::string m_sHostAddress
 The host address string of the user (IPV4 or IPV6 number).


Constructor & Destructor Documentation

IOnlineChatBE::UserInfo::UserInfo  ) 
 

IOnlineChatBE::UserInfo::UserInfo const UserInfo a_roRhs  ) 
 


Member Function Documentation

IOnlineChatBE::UserInfo & IOnlineChatBE::UserInfo::operator= const UserInfo a_roRhs  ) 
 


Member Data Documentation

ClientModeEnum IOnlineChatBE::UserInfo::m_enClientMode
 

The client mode of the user.

std::string IOnlineChatBE::UserInfo::m_sHostAddress
 

The host address string of the user (IPV4 or IPV6 number).

std::string IOnlineChatBE::UserInfo::m_sHostName
 

The hostname that is displayed for the user (reverse lookup by MortalNet).

std::string IOnlineChatBE::UserInfo::m_sNick
 

The name of the user.


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