|
BDE 4.39.x Production Release
|
#include <bslfmt_format_context.h>
This component-private type is an abstract base required to type-erase output iterators as required by the format_context and wformat_context typedefs.
Public Member Functions | |
| virtual void | put (t_CHAR character)=0 |
|
pure virtual |
Write the specified character to the contained iterator and then increment this iterator.
Implemented in bslfmt::Format_ContextOutputIteratorImpl< t_CHAR, t_ITER >.