Skip to content

CommandDispatcher

#include "Commands/Dispatcher.h"

Public Functions

Name
CommandDispatcher &get()
voidenqueueCommand(ICommand * command)<br>CommandDispatcher takes ownership of the command.
voidexecute()

Public Functions Documentation

function get

cpp
static CommandDispatcher & get()

function enqueueCommand

cpp
void enqueueCommand(
    ICommand * command
)

CommandDispatcher takes ownership of the command.

function execute

cpp
void execute()

Updated on 2026-09-11 at 21:24:25 +0000