SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Writes successive elements onto the output stream from which it was constructed. More...
#include <rw/vstream.h>
Public Member Functions | |
RWvostreamIterator (RWvostream &s) | |
RWvostreamIterator & | operator* () |
RWvostreamIterator & | operator++ () |
RWvostreamIterator & | operator++ (int) |
RWvostreamIterator & | operator= (const T &value) |
Class RWvostreamIterator writes (using operator<<
) successive elements onto the output stream from which it was constructed. It is not possible to get a value out of the output iterator. Its only use is as an output iterator in situations like the following.
|
inline |
Constructs an iterator that will insert data to the stream s.
|
inline |
Returns a reference to self.
|
inline |
Returns a reference to self.
|
inline |
Returns a reference to self.
|
inline |
Inserts value onto the underlying stream and Returns a reference to self.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |