Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CAdvancedContainerExample
 Ckcenon::container::array_variantRecursive array type for variant
 Ckcenon::container::async::detail::async_awaitable< T >Awaitable that runs work in a separate thread
 Ckcenon::container::async::async_containerAsync wrapper for value_container operations
 Ckcenon::container::async::async_executor_contextGlobal executor for async operations
 Ckcenon::container::async::detail::async_state< T >Shared state for async operations
 Ckcenon::container::auto_refresh_readerAuto-refreshing lock-free reader
 Ckcenon::container::async::task< T >::awaiterAwaitable interface
 Ckcenon::container::detail::circular_ref_guard
 Ckcenon::container::integration::container_performance_monitorRAII container performance monitor
 Cscenarios::ContentManagementSystemContent Management System
 Cutilities::conversion::convert_stringString conversion utilities
 Cutility_module::convert_stringString conversion utilities
 Cscenarios::ContentManagementSystem::Document
 Cstd::enable_shared_from_this
 Ckcenon::container::thread_safe_containerThread-safe container with lock optimization
 Ckcenon::container::epoch_guardRAII guard for epoch critical section
 Ckcenon::container::epoch_managerEpoch-based memory reclamation for lock-free data structures
 Ckcenon::container::async::detail::executor_awaitable< T >Awaitable that runs work using an executor or fallback thread
 Ckcenon::container::async::executor_context_guardRAII guard for setting executor context
 Ckcenon::container::async::detail::executor_state< T >Shared state for executor-based async operations
 Cstd::false_type
 Ckcenon::container::is_variant_type_v2< T >Type traits for variant types
 Ckcenon::container::async::detail::promise_base::final_awaiterFinal awaiter that resumes the continuation
 Cscenarios::FinancialTransactionSystemFinancial Transaction Processing System
 Ckcenon::container::internal::fixed_block_pool
 Cutility_module::formatterSimple formatter wrapper around std::format
 Cscenarios::GamingEventSystem::GameEvent
 Cscenarios::GamingEventSystemGaming Event System
 Ckcenon::container::async::generator< T >Forward declaration of generator
 Ckcenon::container::async::detail::generator_promise< T >Promise type for generator
 Cscenarios::IoTDataCollectionSystemIoT Data Collection System
 Ckcenon::container::async::generator< T >::iteratorIterator for generator
 Ckcenon::container::lockfree_container_readerTrue lock-free reader using RCU (Read-Copy-Update) pattern
 Ckcenon::container::integration::messaging_container_builderBuilder pattern for messaging containers
 Ckcenon::container::integration::messaging_integrationContainer integration manager for messaging systems
 Ckcenon::container::integration::messaging_integration::metricsPerformance metrics collection
 Ckcenon::container::internal::pool_allocatorThread-local pool manager for value_container allocations
 Ckcenon::container::internal::pool_allocator_statsExtended pool statistics with hit/miss tracking
 Ckcenon::container::internal::pool_size_classSize class thresholds for pool allocation
 Ckcenon::container::async::detail::promise_baseBase promise type with common functionality
 Ckcenon::container::async::detail::promise_type< T >Promise type for value-returning tasks
 Ckcenon::container::async::detail::promise_type< void >Promise type for void-returning tasks
 Ckcenon::container::rcu_value< T >Lock-free value wrapper using Read-Copy-Update (RCU) pattern
 Ckcenon::container::simd::scalar_simd_policyScalar (non-SIMD) implementation of operations
 Cscenarios::IoTDataCollectionSystem::SensorReading
 Ckcenon::container::simd::simd_compressorSIMD-accelerated data compressor
 Ckcenon::container::simd::simd_ops< Policy >SIMD operations wrapper with compile-time policy selection
 Ckcenon::container::simd::simd_processorSIMD processor for vectorized operations on container values
 Ckcenon::container::simd::simd_supportUtility to check SIMD support at runtime
 Ckcenon::container::simd::simd_traits< T >Template for SIMD operations on different types
 Ckcenon::container::snapshot_readerSnapshot-based reader for frequently accessed data
 CAdvancedContainerExample::Statistics
 Ckcenon::container::thread_safe_container::StatisticsGet statistics
 Ckcenon::container::internal::fixed_block_pool::statisticsStatistics for monitoring memory pool usage
 Ckcenon::container::async::task< T >Forward declaration of task
 Cscenarios::FinancialTransactionSystem::Transaction
 Cstd::true_type
 Ckcenon::container::is_variant_type_v2< array_variant >
 Ckcenon::container::is_variant_type_v2< bool >
 Ckcenon::container::is_variant_type_v2< double >
 Ckcenon::container::is_variant_type_v2< float >
 Ckcenon::container::is_variant_type_v2< int16_t >
 Ckcenon::container::is_variant_type_v2< int32_t >
 Ckcenon::container::is_variant_type_v2< int64_t >
 Ckcenon::container::is_variant_type_v2< std::monostate >
 Ckcenon::container::is_variant_type_v2< std::shared_ptr< thread_safe_container > >
 Ckcenon::container::is_variant_type_v2< std::string >
 Ckcenon::container::is_variant_type_v2< std::vector< uint8_t > >
 Ckcenon::container::is_variant_type_v2< uint16_t >
 Ckcenon::container::is_variant_type_v2< uint32_t >
 Ckcenon::container::is_variant_type_v2< uint64_t >
 Ckcenon::container::valueEnhanced type-safe value with perfect legacy compatibility
 Ckcenon::container::value_index_entryValue index entry for lazy parsing
 Ckcenon::container::value_viewZero-copy value view for efficient read access