MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / check_attribute_values

Function check_attribute_values

tests/basic/test-attribute.cpp:363–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void check_attribute_values( geode::AttributeManager& manager,
364 geode::AttributeManager& reloaded_manager )
365{
366 check_one_attribute_values< bool >( manager, reloaded_manager, "bool" );
367 check_one_attribute_values< int >( manager, reloaded_manager, "int" );
368 check_one_attribute_values< double >( manager, reloaded_manager, "double" );
369 check_one_attribute_values< bool >( manager, reloaded_manager, "bool_var" );
370 check_one_attribute_values< Foo >( manager, reloaded_manager, "foo_cst" );
371 check_one_attribute_values< Foo >( manager, reloaded_manager, "foo_var" );
372 check_one_attribute_values< Foo >( manager, reloaded_manager, "foo_spr" );
373}
374
375void test_serialize_manager( geode::AttributeManager& manager )
376{

Callers 1

test_serialize_managerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected