|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|
Practical application scenarios: IoT, finance, gaming, and CMS. More...
#include <iostream>#include <memory>#include <vector>#include <thread>#include <chrono>#include <random>#include <atomic>#include <queue>#include <mutex>#include <condition_variable>#include <map>#include <algorithm>#include <sstream>#include <iomanip>#include "container.h"
Go to the source code of this file.
Classes | |
| class | scenarios::IoTDataCollectionSystem |
| IoT Data Collection System. More... | |
| struct | scenarios::IoTDataCollectionSystem::SensorReading |
| class | scenarios::FinancialTransactionSystem |
| Financial Transaction Processing System. More... | |
| struct | scenarios::FinancialTransactionSystem::Transaction |
| class | scenarios::GamingEventSystem |
| Gaming Event System. More... | |
| struct | scenarios::GamingEventSystem::GameEvent |
| class | scenarios::ContentManagementSystem |
| Content Management System. More... | |
| struct | scenarios::ContentManagementSystem::Document |
Namespaces | |
| namespace | scenarios |
Functions | |
| int | main () |
Practical application scenarios: IoT, finance, gaming, and CMS.
Definition in file real_world_scenarios.cpp.
| int main | ( | ) |
Definition at line 628 of file real_world_scenarios.cpp.
References scenarios::ContentManagementSystem::simulate_cms_scenario(), scenarios::FinancialTransactionSystem::simulate_financial_scenario(), scenarios::GamingEventSystem::simulate_gaming_scenario(), and scenarios::IoTDataCollectionSystem::simulate_iot_scenario().
