Cbeam
Loading...
Searching...
No Matches
test_nested_map_serialization.cpp File Reference
#include <cbeam/container/nested_map.hpp>
#include <cbeam/serialization/xpod.hpp>
#include <cbeam/container/stable_reference_buffer.hpp>
#include <cbeam/container/xpod.hpp>
#include <cbeam/memory/pointer.hpp>
#include <cbeam/serialization/nested_map.hpp>
#include <cbeam/serialization/traits.hpp>
#include <gtest/gtest.h>
#include <string>
#include <variant>
Include dependency graph for test_nested_map_serialization.cpp:

Classes

class  SerializableNestedMapTest
 

Typedefs

using NestedMapTestType = cbeam::container::nested_map<cbeam::container::xpod::type, cbeam::container::xpod::type>
 

Functions

 TEST_F (SerializableNestedMapTest, serializeTable)
 
 TEST_F (SerializableNestedMapTest, serializeEmptyTable)
 
 TEST_F (SerializableNestedMapTest, serializeSingleDataEntry)
 
 TEST_F (SerializableNestedMapTest, serializeNestedTables)
 

Typedef Documentation

◆ NestedMapTestType

Function Documentation

◆ TEST_F() [1/4]

TEST_F ( SerializableNestedMapTest ,
serializeEmptyTable  )

◆ TEST_F() [2/4]

TEST_F ( SerializableNestedMapTest ,
serializeNestedTables  )

◆ TEST_F() [3/4]

TEST_F ( SerializableNestedMapTest ,
serializeSingleDataEntry  )

◆ TEST_F() [4/4]

TEST_F ( SerializableNestedMapTest ,
serializeTable  )