|
Cbeam
|
#include <cbeam/container/stable_interprocess_map.hpp>#include <cbeam/error/out_of_range.hpp>#include <cbeam/random/generators.hpp>#include <gtest/gtest.h>#include <algorithm>#include <atomic>#include <chrono>#include <cstddef>#include <thread>#include <vector>
Classes | |
| class | StableInterprocessMapTest |
| class | stable_interprocess_map< Key, Value > |
| Provides a type-safe, interprocess map with stable serialization. More... | |
Functions | |
| TEST_F (StableInterprocessMapTest, InsertAndRetrieveValue) | |
| TEST_F (StableInterprocessMapTest, HandleNonExistingKey) | |
| TEST_F (StableInterprocessMapTest, Clear) | |
| TEST_F (StableInterprocessMapTest, Empty) | |
| TEST_F (StableInterprocessMapTest, Size) | |
| TEST_F (StableInterprocessMapTest, OverwriteExistingValue) | |
| TEST_F (StableInterprocessMapTest, BadAllocTest) | |
| TEST_F (StableInterprocessMapTest, ConcurrentInsertionsStressTest) | |
| TEST_F | ( | StableInterprocessMapTest | , |
| BadAllocTest | ) |
| TEST_F | ( | StableInterprocessMapTest | , |
| Clear | ) |
| TEST_F | ( | StableInterprocessMapTest | , |
| ConcurrentInsertionsStressTest | ) |
| TEST_F | ( | StableInterprocessMapTest | , |
| Empty | ) |
| TEST_F | ( | StableInterprocessMapTest | , |
| HandleNonExistingKey | ) |
| TEST_F | ( | StableInterprocessMapTest | , |
| InsertAndRetrieveValue | ) |
| TEST_F | ( | StableInterprocessMapTest | , |
| OverwriteExistingValue | ) |
| TEST_F | ( | StableInterprocessMapTest | , |
| Size | ) |