Discord Social SDK
|
Struct that stores information about the lobby linked to a channel.
Public Member Functions | |
LinkedLobby (LinkedLobby &&other) noexcept | |
Move constructor for LinkedLobby. | |
LinkedLobby & | operator= (LinkedLobby &&other) noexcept |
Move assignment operator for LinkedLobby. | |
operator bool () const | |
Returns true if the instance contains a valid object. | |
LinkedLobby (const LinkedLobby &arg0) | |
Copy constructor for LinkedLobby. | |
LinkedLobby & | operator= (const LinkedLobby &arg0) |
Copy assignment operator for LinkedLobby. | |
uint64_t | ApplicationId () const |
The ID of the application that owns the lobby. | |
void | SetApplicationId (uint64_t ApplicationId) |
Setter for LinkedLobby::ApplicationId. | |
uint64_t | LobbyId () const |
The ID of the lobby. | |
void | SetLobbyId (uint64_t LobbyId) |
Setter for LinkedLobby::LobbyId. | |
Static Public Attributes | |
static const LinkedLobby | nullobj |
Uninitialized instance of LinkedLobby. | |
|
noexcept |
Move constructor for LinkedLobby.
discordpp::LinkedLobby::LinkedLobby | ( | const LinkedLobby & | arg0 | ) |
Copy constructor for LinkedLobby.
uint64_t discordpp::LinkedLobby::ApplicationId | ( | ) | const |
The ID of the application that owns the lobby.
uint64_t discordpp::LinkedLobby::LobbyId | ( | ) | const |
The ID of the lobby.
|
inline |
Returns true if the instance contains a valid object.
LinkedLobby & discordpp::LinkedLobby::operator= | ( | const LinkedLobby & | arg0 | ) |
Copy assignment operator for LinkedLobby.
|
noexcept |
Move assignment operator for LinkedLobby.
void discordpp::LinkedLobby::SetApplicationId | ( | uint64_t | ApplicationId | ) |
Setter for LinkedLobby::ApplicationId.
void discordpp::LinkedLobby::SetLobbyId | ( | uint64_t | LobbyId | ) |
Setter for LinkedLobby::LobbyId.
|
static |
Uninitialized instance of LinkedLobby.