Support Class Library
A set of tools providing classes and utility
Classes | Namespaces
StreamIterator.h File Reference
#include <scl/stream/details/deprecation.h>
#include <scl/stream/details/payload.h>
#include <scl/macros.h>

Go to the source code of this file.

Classes

class  scl::stream::details::iterator::StlAdapter< T >
 An adapter for STL-like iterators from stream iterators. More...
 
class  scl::stream::details::iterator::StreamIterator< T >
 Abstract base class for stream iterators defining the required behavior. More...
 

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::stream
 Namespace of the stream API.
 
 scl::stream::details
 Implementation details for the stream API.
 
 scl::stream::details::iterator
 Iterators abstract classes.