![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
#include <discordcoreapi/FoundationEntities.hpp>
Go to the source code of this file.
Classes and Structures | |
class | DiscordCoreInternal::EventDelegate< RTy, ArgTypes > |
Event-delegate, for representing an event-function to be executed. More... | |
struct | DiscordCoreInternal::EventDelegateToken |
Event-delegate token, representing an event. More... | |
class | DiscordCoreInternal::TriggerEventDelegate< RTy, ArgTypes > |
An event that gets fired depending on the result of a "trigger-function" return value. More... | |