Cbeam
|
#include <cbeam/container/nested_map.hpp>
#include <cbeam/convert/nested_map.hpp>
#include <gtest/gtest.h>
#include <map>
#include <string>
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::convert |
Contains conversion utilities to transform data between different formats and types. Functions here handle string conversions, encoding manipulations, and the creation of string representations for various C++ types. They help ensure consistent serialization and text output across the library. | |
Functions | |
cbeam::convert::TEST (ConvertNestedMap, Basic) | |