|
BDE 4.39.x Production Release
|
#include <bslfmt_format_context.h>
This type holds a reference to an iterator, and is used to type-erase output iterators as required by the format_context and wformat_context typedefs. It is solely for private use by other components of the bslfmt package and should not be used directly.
Public Member Functions | |
| Format_ContextOutputIteratorImpl (t_ITER &iter) | |
| void | put (t_CHAR character) BSLS_KEYWORD_OVERRIDE |
|
inline |
Create a instance containing a reference to the specified iter of parameter type t_ITER.
|
virtual |
Write the specified character to the contained iterator and then increment this iterator.
Implements bslfmt::Format_ContextOutputIteratorBase< t_CHAR >.