Cbeam
Loading...
Searching...
No Matches
map.hpp File Reference
#include <cbeam/container/buffer.hpp>
#include <cbeam/json/traits.hpp>
#include <cstdint>
#include <cstring>
#include <map>
Include dependency graph for 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::map_serializer< Map >
 Provides JSON-style serialization logic for any map type Map. More...
 
struct  cbeam::json::traits< std::map< Key, Value > >
 Specialization of traits for std::map<Key, Value>, providing JSON serialization. More...
 
struct  cbeam::json::traits< const std::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::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.