DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
EventEntities.hpp File Reference
Include dependency graph for EventEntities.hpp:
This graph shows which files directly or indirectly include this file:

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...