Sequoia
Loading...
Searching...
No Matches
Classes | Typedefs
RegularAllocationTestCore.hpp File Reference

Extension for checking allocations for types with regular semantics, see here. More...

#include "sequoia/TestFramework/RegularTestCore.hpp"
#include "sequoia/TestFramework/RegularAllocationCheckers.hpp"
#include "sequoia/TestFramework/AllocationTestUtilities.hpp"

Go to the source code of this file.

Classes

class  sequoia::testing::regular_allocation_extender< Mode >
 class template for plugging into the checker class template to provide allocation checks for regular types. More...
 
class  sequoia::testing::basic_regular_allocation_test< Mode >
 Templated on the test_mode, this forms the basis of all allocation tests for regular types. More...
 

Typedefs

using sequoia::testing::regular_allocation_test = basic_regular_allocation_test< test_mode::standard >
 
using sequoia::testing::regular_allocation_false_positive_test = basic_regular_allocation_test< test_mode::false_positive >
 
using sequoia::testing::regular_allocation_false_negative_test = basic_regular_allocation_test< test_mode::false_negative >
 

Detailed Description

Extension for checking allocations for types with regular semantics, see here.

Typedef Documentation

◆ regular_allocation_test

using sequoia::testing::regular_allocation_test = typedef basic_regular_allocation_test<test_mode::standard>