lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Public Member Functions
lean::io::raw_file_inserter< BufferSize >::iterator Class Reference

Iterator type. More...

#include <raw_file_inserter.h>

List of all members.

Public Member Functions

LEAN_INLINE iterator (raw_file_inserter &inserter)
 Constructs a file-inserter-based output iterator.
LEAN_INLINE iteratoroperator= (const_reference value)
 Assigns the given value to the current character.
LEAN_INLINE iteratoroperator++ ()
 Inserts a new character into the underlying file.
LEAN_INLINE iteratoroperator++ (int)
 Inserts a new character into the underlying file.
LEAN_INLINE iterator operator* ()
 Gets a reference to the current character.

Detailed Description

template<size_t BufferSize = 4096>
class lean::io::raw_file_inserter< BufferSize >::iterator

Iterator type.


The documentation for this class was generated from the following file: