Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
Loading...
Searching...
No Matches
scenarios::GamingEventSystem::GameEvent Struct Reference
Collaboration diagram for scenarios::GamingEventSystem::GameEvent:
Collaboration graph

Public Attributes

std::string player_id
 
std::string event_type
 
std::map< std::string, std::string > event_data
 
std::chrono::system_clock::time_point timestamp
 

Detailed Description

Definition at line 316 of file real_world_scenarios.cpp.

Member Data Documentation

◆ event_data

std::map<std::string, std::string> scenarios::GamingEventSystem::GameEvent::event_data

◆ event_type

std::string scenarios::GamingEventSystem::GameEvent::event_type

◆ player_id

std::string scenarios::GamingEventSystem::GameEvent::player_id

◆ timestamp

std::chrono::system_clock::time_point scenarios::GamingEventSystem::GameEvent::timestamp

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