Common base class for TestAllocator_Proxy.
Declared in <bslma_testallocator.h>
class TestAllocator_ProxyBase;
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.
| Name | Description |
|---|---|
~TestAllocator_ProxyBase [destructor] [virtual] | Destroy this proxy base object. |
setAllocationLimit [virtual] | Set the allocation limit on the proxied test allocator. |
| Name | Description |
|---|---|
TestAllocator_Proxy | Proxy for a test allocator used by exception-test macros. |