yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::core::Message Struct Reference

#include <message.h>

Public Member Functions

 Message ()=default
 
 Message (const std::string &type, void *sender, const std::any &payload)
 

Public Attributes

std::string type
 
void * sender
 
std::any payload
 

Detailed Description

Definition at line 19 of file message.h.

Constructor & Destructor Documentation

◆ Message() [1/2]

yaze::app::core::Message::Message ( )
default

◆ Message() [2/2]

yaze::app::core::Message::Message ( const std::string & type,
void * sender,
const std::any & payload )
inline

Definition at line 25 of file message.h.

Member Data Documentation

◆ type

◆ sender

void* yaze::app::core::Message::sender

Definition at line 21 of file message.h.

◆ payload

std::any yaze::app::core::Message::payload

Definition at line 22 of file message.h.

Referenced by yaze::test::message::TestFilter::ShouldReceiveMessage().


The documentation for this struct was generated from the following file: