| ▼ core | |
| ▼ container | |
| error_codes.h | |
| fwd.h | |
| metrics.h | |
| msgpack.h | |
| result_integration.h | |
| schema.h | |
| types.h | |
| variant_helpers.h | |
| ▼ serializers | |
| binary_serializer.cpp | |
| binary_serializer.h | |
| json_serializer.cpp | |
| json_serializer.h | |
| msgpack_serializer.cpp | |
| msgpack_serializer.h | |
| serializer_factory.cpp | |
| serializer_factory.h | |
| serializer_strategy.h | |
| xml_serializer.cpp | |
| xml_serializer.h | |
| concepts.h | |
| container.cpp | |
| container.h | |
| container_schema.cpp | Implementation of container_schema class |
| policy_container.h | |
| simd_batch.h | |
| storage_policy.h | |
| value_store.cpp | |
| value_store.h | |
| value_types.cpp | |
| value_types.h | |
| docs | |
| ▼ examples | |
| advanced_container_example.cpp | Multi-threaded container operations and performance scenarios |
| asio_integration_example.cpp | Asio integration patterns: strands, timers, thread pools, and message queues |
| async_coroutine_example.cpp | C++20 coroutine-based async serialization, file I/O, and streaming |
| basic_container_example.cpp | Basic container creation, value types, and serialization |
| error_handling_example.cpp | |
| iterator_example.cpp | STL-compatible iterator support for value_container |
| messaging_integration_example.cpp | Messaging system integration, round-trip serialization, and memory efficiency |
| policy_container_example.cpp | |
| real_world_scenarios.cpp | Practical application scenarios: IoT, finance, gaming, and CMS |
| schema_validation_example.cpp | |
| serialization_formats_example.cpp | |
| simd_batch_example.cpp | |
| thread_safe_rcu_example.cpp | |
| value_store_example.cpp | |
| ▼ integration | |
| messaging_integration.cpp | |
| messaging_integration.h | |
| ▼ internal | |
| ▼ async | |
| async.h | Main header for C++20 coroutine async support |
| async_container.h | Async wrapper for value_container operations |
| generator.h | C++20 coroutine generator for lazy sequence generation |
| task.h | C++20 coroutine task type for async operations |
| thread_pool_executor.h | Thread pool executor integration for async operations |
| epoch_manager.h | |
| memory_pool.h | |
| pool_allocator.h | Thread-local memory pool allocator for value_container |
| rcu_value.h | |
| simd_policies.h | Compile-time SIMD policy selection for vectorized operations |
| simd_processor.cpp | |
| simd_processor.h | |
| thread_safe_container.cpp | |
| thread_safe_container.h | |
| value.cpp | |
| value.h | |
| value_view.h | Zero-copy value view for efficient data access |
| variant_value_factory.h | |
| ▼ utilities | |
| ▼ conversion | |
| convert_string.h | |
| ▼ core | |
| convert_string.h | |
| formatter.h | |
| convert_string_stub.cpp | Stub implementation for thread utilities functions used by container system |