AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::events::Event< T > Struct Template Reference

Event representation. More...

#include <event.hpp>

+ Collaboration diagram for anch::events::Event< T >:

Public Attributes

std::map< std::string, std::string > headers
 
body
 

Detailed Description

template<typename T>
struct anch::events::Event< T >

Event representation.

Event is represented by body and context (headers )

Author
Vincent Lachenal
Since
0.1

Member Data Documentation

◆ body

template<typename T>
T anch::events::Event< T >::body

Event's body

◆ headers

template<typename T>
std::map<std::string,std::string> anch::events::Event< T >::headers

Event's context


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