#include <dpp/export.h>#include <string>#include <map>#include <variant>#include <dpp/snowflake.h>#include <dpp/dispatcher.h>#include <dpp/misc-enum.h>#include <dpp/timer.h>#include <dpp/json_fwd.h>#include <dpp/discordclient.h>#include <dpp/discordvoiceclient.h>#include <dpp/voiceregion.h>#include <dpp/dtemplate.h>#include <dpp/prune.h>#include <dpp/auditlog.h>#include <dpp/queues.h>#include <dpp/cache.h>#include <dpp/intents.h>#include <dpp/discordevents.h>#include <dpp/sync.h>#include <algorithm>#include <iostream>#include <shared_mutex>#include <cstring>#include <dpp/restresults.h>#include <dpp/event_router.h>#include <dpp/coro/async.h>#include <dpp/cluster_sync_calls.h>#include <dpp/cluster_coro_calls.h>
Classes | |
| class | dpp::cluster |
| The cluster class represents a group of shards and a command queue for sending and receiving commands from discord via HTTP. More... | |
Namespaces | |
| dpp | |
| The main namespace for D++ functions. | |
Enumerations | |
| enum | dpp::start_type : bool { dpp::st_wait = false, dpp::st_return = true } |
| Types of startup for cluster::start() More... | |