![]() SourcePro C++ 13.0 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
Writes successive elements onto the output stream from which it was constructed. More...
#include <rw/vstream.h>
Inherits iterator< std::output_iterator_tag, void, void, void, void >.
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 © 2014 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.