|
lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Iterator type. More...
#include <raw_file_inserter.h>
Public Member Functions | |
| LEAN_INLINE | iterator (raw_file_inserter &inserter) |
| Constructs a file-inserter-based output iterator. | |
| LEAN_INLINE iterator & | operator= (const_reference value) |
| Assigns the given value to the current character. | |
| LEAN_INLINE iterator & | operator++ () |
| Inserts a new character into the underlying file. | |
| LEAN_INLINE iterator & | operator++ (int) |
| Inserts a new character into the underlying file. | |
| LEAN_INLINE iterator | operator* () |
| Gets a reference to the current character. | |
Iterator type.
1.7.6.1