Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 Nkcenon
 Ncontainer
 Nasync
 Ndetail
 Casync_awaitableAwaitable that runs work in a separate thread
 Casync_stateShared state for async operations
 Cexecutor_awaitableAwaitable that runs work using an executor or fallback thread
 Cexecutor_stateShared state for executor-based async operations
 Cgenerator_promisePromise type for generator
 Cpromise_baseBase promise type with common functionality
 Cfinal_awaiterFinal awaiter that resumes the continuation
 Cpromise_typePromise type for value-returning tasks
 Cpromise_type< void >Promise type for void-returning tasks
 Casync_containerAsync wrapper for value_container operations
 Casync_executor_contextGlobal executor for async operations
 Cexecutor_context_guardRAII guard for setting executor context
 CgeneratorForward declaration of generator
 CiteratorIterator for generator
 CtaskForward declaration of task
 CawaiterAwaitable interface
 NdetailCompile-time verification of type alignment
 Ccircular_ref_guard
 Nintegration
 Ccontainer_performance_monitorRAII container performance monitor
 Cmessaging_container_builderBuilder pattern for messaging containers
 Cmessaging_integrationContainer integration manager for messaging systems
 CmetricsPerformance metrics collection
 Ninternal
 Cfixed_block_pool
 CstatisticsStatistics for monitoring memory pool usage
 Cpool_allocatorThread-local pool manager for value_container allocations
 Cpool_allocator_statsExtended pool statistics with hit/miss tracking
 Cpool_size_classSize class thresholds for pool allocation
 Nsimd
 Cscalar_simd_policyScalar (non-SIMD) implementation of operations
 Csimd_compressorSIMD-accelerated data compressor
 Csimd_opsSIMD operations wrapper with compile-time policy selection
 Csimd_processorSIMD processor for vectorized operations on container values
 Csimd_supportUtility to check SIMD support at runtime
 Csimd_traitsTemplate for SIMD operations on different types
 Carray_variantRecursive array type for variant
 Cauto_refresh_readerAuto-refreshing lock-free reader
 Cepoch_guardRAII guard for epoch critical section
 Cepoch_managerEpoch-based memory reclamation for lock-free data structures
 Cis_variant_type_v2Type traits for variant types
 Cis_variant_type_v2< array_variant >
 Cis_variant_type_v2< bool >
 Cis_variant_type_v2< double >
 Cis_variant_type_v2< float >
 Cis_variant_type_v2< int16_t >
 Cis_variant_type_v2< int32_t >
 Cis_variant_type_v2< int64_t >
 Cis_variant_type_v2< std::monostate >
 Cis_variant_type_v2< std::shared_ptr< thread_safe_container > >
 Cis_variant_type_v2< std::string >
 Cis_variant_type_v2< std::vector< uint8_t > >
 Cis_variant_type_v2< uint16_t >
 Cis_variant_type_v2< uint32_t >
 Cis_variant_type_v2< uint64_t >
 Clockfree_container_readerTrue lock-free reader using RCU (Read-Copy-Update) pattern
 Crcu_valueLock-free value wrapper using Read-Copy-Update (RCU) pattern
 Csnapshot_readerSnapshot-based reader for frequently accessed data
 Cthread_safe_containerThread-safe container with lock optimization
 CStatisticsGet statistics
 CvalueEnhanced type-safe value with perfect legacy compatibility
 Cvalue_index_entryValue index entry for lazy parsing
 Cvalue_viewZero-copy value view for efficient read access
 Nscenarios
 CContentManagementSystemContent Management System
 CDocument
 CFinancialTransactionSystemFinancial Transaction Processing System
 CTransaction
 CGamingEventSystemGaming Event System
 CGameEvent
 CIoTDataCollectionSystemIoT Data Collection System
 CSensorReading
 Nutilities
 Nconversion
 Cconvert_stringString conversion utilities
 Nutility_module
 Cconvert_stringString conversion utilities
 CformatterSimple formatter wrapper around std::format
 CAdvancedContainerExample
 CStatistics