Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
User Struct Reference

User - technical data of a player (login, password and other) More...

#include <User.hpp>

Collaboration diagram for User:
Collaboration graph

Public Member Functions

 User ()
 
 User (std::string login, std::string password)
 

Public Attributes

int id
 
int playerId
 
std::string login
 
std::string password
 
std::shared_ptr< Playerplayer
 

Detailed Description

User - technical data of a player (login, password and other)

Constructor & Destructor Documentation

User::User ( )
inline
User::User ( std::string  login,
std::string  password 
)
inline

Member Data Documentation

int User::id
std::string User::login
std::string User::password
std::shared_ptr<Player> User::player
int User::playerId

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