i6engine  1.0
i6e::core::ReceivedMessage Struct Reference

a received message within a MessageSubscriber More...

#include <D:/Projekte/i6engine/libs/i6engine-core/include/i6engine/core/messaging/MessageSubscriber.h>

Public Member Functions

 ReceivedMessage (const Message::Ptr &msg)
 

Public Attributes

Message::Ptr message
 
std::set< int64_t > waitingFor
 

Detailed Description

a received message within a MessageSubscriber

Definition at line 53 of file MessageSubscriber.h.

Constructor & Destructor Documentation

i6e::core::ReceivedMessage::ReceivedMessage ( const Message::Ptr msg)
inline

Definition at line 57 of file MessageSubscriber.h.

Member Data Documentation

Message::Ptr i6e::core::ReceivedMessage::message

Definition at line 54 of file MessageSubscriber.h.

std::set<int64_t> i6e::core::ReceivedMessage::waitingFor

Definition at line 55 of file MessageSubscriber.h.


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