Cbeam
Loading...
Searching...
No Matches
test_circular_buffer.cpp File Reference
#include <cbeam/container/circular_buffer.hpp>
#include <gtest/gtest.h>
#include <stdexcept>
#include <string>
Include dependency graph for test_circular_buffer.cpp:

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.
 

Functions

 cbeam::container::TEST (CircularBuffer, TestDefaultConstructor)
 
 cbeam::container::TEST (CircularBuffer, TestPushBack)
 
 cbeam::container::TEST (CircularBuffer, TestEmplaceBack)
 
 cbeam::container::TEST (CircularBuffer, TestElementAccess)
 
 cbeam::container::TEST (CircularBuffer, TestBeginEnd)
 
 cbeam::container::TEST (CircularBuffer, TestClear)
 
 cbeam::container::TEST (CircularBuffer, TestOverflow)