Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
ServerInfo_User_Container Class Reference

#include <serverinfo_user_container.h>

Inheritance diagram for ServerInfo_User_Container:
[legend]

Public Member Functions

 ServerInfo_User_Container (ServerInfo_User *_userInfo=nullptr)
 ServerInfo_User_Container (const ServerInfo_User &_userInfo)
 ServerInfo_User_Container (const ServerInfo_User_Container &other)
ServerInfo_User_Containeroperator= (const ServerInfo_User_Container &other)=default
virtual ~ServerInfo_User_Container ()
ServerInfo_User * getUserInfo () const
void setUserInfo (const ServerInfo_User &_userInfo)
ServerInfo_User & copyUserInfo (ServerInfo_User &result, bool complete, bool internalInfo=false, bool sessionInfo=false) const
ServerInfo_User copyUserInfo (bool complete, bool internalInfo=false, bool sessionInfo=false) const

Protected Attributes

ServerInfo_User * userInfo

Constructor & Destructor Documentation

◆ ServerInfo_User_Container() [1/3]

ServerInfo_User_Container::ServerInfo_User_Container ( ServerInfo_User * _userInfo = nullptr)
explicit
Here is the caller graph for this function:

◆ ServerInfo_User_Container() [2/3]

ServerInfo_User_Container::ServerInfo_User_Container ( const ServerInfo_User & _userInfo)
explicit

◆ ServerInfo_User_Container() [3/3]

ServerInfo_User_Container::ServerInfo_User_Container ( const ServerInfo_User_Container & other)
Here is the call graph for this function:

◆ ~ServerInfo_User_Container()

ServerInfo_User_Container::~ServerInfo_User_Container ( )
virtual

Member Function Documentation

◆ copyUserInfo() [1/2]

ServerInfo_User ServerInfo_User_Container::copyUserInfo ( bool complete,
bool internalInfo = false,
bool sessionInfo = false ) const
nodiscard
Here is the call graph for this function:

◆ copyUserInfo() [2/2]

ServerInfo_User & ServerInfo_User_Container::copyUserInfo ( ServerInfo_User & result,
bool complete,
bool internalInfo = false,
bool sessionInfo = false ) const
Here is the caller graph for this function:

◆ getUserInfo()

ServerInfo_User * ServerInfo_User_Container::getUserInfo ( ) const
inlinenodiscard
Here is the caller graph for this function:

◆ operator=()

ServerInfo_User_Container & ServerInfo_User_Container::operator= ( const ServerInfo_User_Container & other)
default
Here is the call graph for this function:

◆ setUserInfo()

void ServerInfo_User_Container::setUserInfo ( const ServerInfo_User & _userInfo)
Here is the caller graph for this function:

Member Data Documentation

◆ userInfo

ServerInfo_User* ServerInfo_User_Container::userInfo
protected

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