Common base class for TestAllocator_Proxy.
Synopsis
Declared in <bslma_testallocator.h>
class TestAllocator_ProxyBase;
Description
This class provides a common base class for the parameterized TestAllocator_Proxy class (below). Note that the virtual setAllocationLimit method, although a "setter", must be declared const.
Member Functions
Name |
Description |
|
Destroy this proxy base object. |
|
Set the allocation limit on the proxied test allocator. |
Derived Classes
Name |
Description |
Proxy for a test allocator used by exception‐test macros. |
Created with MrDocs