D++ (DPP)
C++ Discord API Bot Library
|
The managed class is the base class for various types that can be stored in a cache that are identified by a dpp::snowflake id. More...
#include <discord.h>
Public Member Functions | |
managed (const snowflake=0) | |
virtual | ~managed ()=default |
Public Attributes | |
snowflake | id |
The managed class is the base class for various types that can be stored in a cache that are identified by a dpp::snowflake id.
dpp::managed::managed | ( | const | snowflake = 0 | ) |
Constructor, initialises id to 0
|
virtualdefault |
Default destructor
snowflake dpp::managed::id |
Unique ID of object