|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|

Public Attributes | |
| std::string | document_id |
| std::string | title |
| std::string | content |
| std::string | author |
| std::string | category |
| std::vector< std::string > | tags |
| std::chrono::system_clock::time_point | upload_time |
Definition at line 484 of file real_world_scenarios.cpp.
| std::string scenarios::ContentManagementSystem::Document::author |
Definition at line 488 of file real_world_scenarios.cpp.
Referenced by scenarios::ContentManagementSystem::process_document(), and scenarios::ContentManagementSystem::simulate_cms_scenario().
| std::string scenarios::ContentManagementSystem::Document::category |
Definition at line 489 of file real_world_scenarios.cpp.
Referenced by scenarios::ContentManagementSystem::create_search_index_entry(), scenarios::ContentManagementSystem::process_document(), and scenarios::ContentManagementSystem::simulate_cms_scenario().
| std::string scenarios::ContentManagementSystem::Document::content |
Definition at line 487 of file real_world_scenarios.cpp.
Referenced by scenarios::ContentManagementSystem::create_search_index_entry(), scenarios::ContentManagementSystem::process_document(), and scenarios::ContentManagementSystem::simulate_cms_scenario().
| std::string scenarios::ContentManagementSystem::Document::document_id |
Definition at line 485 of file real_world_scenarios.cpp.
Referenced by scenarios::ContentManagementSystem::create_search_index_entry(), scenarios::ContentManagementSystem::process_document(), and scenarios::ContentManagementSystem::simulate_cms_scenario().
| std::vector<std::string> scenarios::ContentManagementSystem::Document::tags |
Definition at line 490 of file real_world_scenarios.cpp.
Referenced by scenarios::ContentManagementSystem::process_document(), and scenarios::ContentManagementSystem::simulate_cms_scenario().
| std::string scenarios::ContentManagementSystem::Document::title |
Definition at line 486 of file real_world_scenarios.cpp.
Referenced by scenarios::ContentManagementSystem::create_search_index_entry(), scenarios::ContentManagementSystem::process_document(), and scenarios::ContentManagementSystem::simulate_cms_scenario().
| std::chrono::system_clock::time_point scenarios::ContentManagementSystem::Document::upload_time |
Definition at line 491 of file real_world_scenarios.cpp.
Referenced by scenarios::ContentManagementSystem::process_document(), and scenarios::ContentManagementSystem::simulate_cms_scenario().