Babel
Epitech's C++ VoIP project
Public Member Functions | Public Attributes | List of all members
Babel::User Struct Reference

#include <User.hpp>

Collaboration diagram for Babel::User:

Public Member Functions

bool isConnected () const
 
bool isCallable () const
 

Public Attributes

std::string username
 Username of the user. More...
 
uint64_t connectionId = 0
 conenctionId is used when trying to communicate with this user More...
 
bool canBeCalled = false
 Tells if the user can be called. More...
 

Member Function Documentation

◆ isCallable()

bool Babel::User::isCallable ( ) const
inline

◆ isConnected()

bool Babel::User::isConnected ( ) const
inline

Member Data Documentation

◆ canBeCalled

bool Babel::User::canBeCalled = false

Tells if the user can be called.

◆ connectionId

uint64_t Babel::User::connectionId = 0

conenctionId is used when trying to communicate with this user

◆ username

std::string Babel::User::username

Username of the user.


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