Common base class for TestInStream_Proxy.

Synopsis

Declared in <bslx_testinstream.h>

class TestInStream_ProxyBase;

Description

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.

Member Functions

Name

Description

~TestInStream_ProxyBase [destructor] [virtual]

Destroy this object.

setInputLimit [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

Name

Description

TestInStream_Proxy

Proxy for a test stream used by the exception‐test macros.

Created with MrDocs