[#BloombergLP-bslx-TestInStream_ProxyBase] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::TestInStream_ProxyBase :relfileprefix: ../../ :mrdocs: This class provides a common base class for the parameterized `TestInStream_Proxy` class (below). Note that the `virtual` `setInputLimit` method, although a "setter", _must_ be declared `const`. == Synopsis Declared in `<bslx_testinstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class TestInStream_ProxyBase; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslx/TestInStream_ProxyBase/2destructor.adoc[`~TestInStream_ProxyBase`] [.small]#[destructor]# [.small]#[virtual]# | Destroy this object. | xref:BloombergLP/bslx/TestInStream_ProxyBase/setInputLimit.adoc[`setInputLimit`] [.small]#[virtual]# | Set the input limit on the proxied stream to the specified `limit`. Note that this method, although a "setter", _must_ be declared `const`. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslx/TestInStream_Proxy.adoc[`TestInStream_Proxy`] | This class provides a proxy to the test stream that is supplied to the `BSLX_TESTINSTREAM_EXCEPTION_TEST_BEGIN` macro. This proxy may be instantiated with `TestInStream`, or with a type that supports the same interface as `TestInStream`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#