Cbeam
Loading...
Searching...
No Matches
nested_map.hpp File Reference
Include dependency graph for nested_map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cbeam::json::nested_map_serializer< Map >
 Generic serializer for nested_map<Key, Value> types. More...
 
struct  cbeam::json::traits< cbeam::container::nested_map< Key, Value > >
 Specialization of traits for nested_map<Key, Value>, enabling JSON-like serialization. More...
 
struct  cbeam::json::traits< const cbeam::container::nested_map< Key, Value > >
 

Namespaces

namespace  cbeam
 The root namespace for the Cbeam library. This namespace unifies cross-platform utilities for concurrency, memory management, file handling, logging, serialization, and more. Its purpose is to provide a cohesive collection of modern C++ components that address common system-level and application-level tasks, while promoting thread-safety, interprocess communication, and stable resource handling across varied platform APIs.
 
namespace  cbeam::container
 Offers advanced container types with unique approaches to stability and interprocess sharing. Besides standard helpers like buffer and circular_buffer, it includes innovative classes such as stable_interprocess_container and stable_interprocess_map. These support shared-memory usage, ensuring consistent serialization and robust data exchange across process boundaries or differing compiler environments.
 
namespace  cbeam::json
 Provides JSON-style and nested-map serialization features. It offers methods to convert a wide range of container types (maps, nested_maps) and strings into JSON-like structures, with an emphasis on composability and integration with other Cbeam utilities. The goal is to offer concise, type-safe serialization for both simple and nested data.