RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
Public Types | Public Member Functions | Public Attributes | List of all members
cpplinq::iter_range< Iter > Class Template Reference

#include <linq_iterators.hpp>

Public Types

typedef iterator::value_type value_type
 

Public Member Functions

 iter_range (Iter start, Iter finish)
 
iterator begin () const
 
iterator end () const
 

Public Attributes

CPPLINQ_USE_DEFAULT_ITERATOR_OPERATORS typedef Iter iterator
 

Member Typedef Documentation

template<class Iter>
typedef iterator::value_type cpplinq::iter_range< Iter >::value_type

Constructor & Destructor Documentation

template<class Iter>
cpplinq::iter_range< Iter >::iter_range ( Iter  start,
Iter  finish 
)
inlineexplicit

Member Function Documentation

template<class Iter>
iterator cpplinq::iter_range< Iter >::begin ( ) const
inline
template<class Iter>
iterator cpplinq::iter_range< Iter >::end ( ) const
inline

Member Data Documentation

template<class Iter>
CPPLINQ_USE_DEFAULT_ITERATOR_OPERATORS typedef Iter cpplinq::iter_range< Iter >::iterator

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