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  discord_core_api::discord_core_internal::event< return_type, arg_types >
 Template class representing an event that executes event functions. More...
 
class  discord_core_api::discord_core_internal::event_delegate< return_type, arg_types >
 Event-delegate, representing an event function to be executed. More...
 
struct  discord_core_api::discord_core_internal::event_delegate_token
 Struct representing an event delegate token, associated with an event. More...
 
class  discord_core_api::discord_core_internal::trigger_event< return_type, arg_types >
 A trigger event that fires based on the result of trigger-function return value. More...
 
class  discord_core_api::discord_core_internal::trigger_event_delegate< return_type, arg_types >
 Event-delegate, for representing an event-function to be executed conditionally. More...
 

Namespaces

namespace  discord_core_api
 The main namespace for the forward-facing interfaces.