UserInfo Class Reference

This class is used to communicate with the UserServer class. More...

#include <UserClient.h>

List of all members.

Public Types

enum  { kAnyLoginID = 0 }
enum  {
  kState_Friend = (1<<0), kState_FriendRequest = (1<<2), kState_Online = (1<<3), kState_GameInvite = (1<<5),
  kState_Speaking = (1<<6), kState_Ignored = (1<<7)
}

Public Member Functions

int GetLoginID (void) const
std::string GetName (void) const
int GetState (void) const
 
Returns:
A combination of kState_*

std::string GetGameInvite (void) const

Public Attributes

int mID
int mLoginID
std::string mName
int mState
std::string mGameInvite


Detailed Description

This class is used to communicate with the UserServer class.
Generated on Sat Jun 28 22:02:35 2008 for ReplicaNet and RNLobby by  doxygen 1.5.3