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++.
Classes | Public Types | Public Member Functions | List of all members
cpplinq::dynamic_collection< T > Class Template Reference

#include <linq_cursor.hpp>

Public Types

typedef dynamic_cursor< T > cursor
 

Public Member Functions

 dynamic_collection ()
 
 dynamic_collection (const dynamic_collection &other)
 
template<class Container >
 dynamic_collection (Container c)
 
template<class Iterator >
 dynamic_collection (Iterator begin, Iterator end)
 
dynamic_cursor< T > get_cursor () const
 

Member Typedef Documentation

template<class T >
typedef dynamic_cursor<T> cpplinq::dynamic_collection< T >::cursor

Constructor & Destructor Documentation

template<class T >
cpplinq::dynamic_collection< T >::dynamic_collection ( )
inline
template<class T >
cpplinq::dynamic_collection< T >::dynamic_collection ( const dynamic_collection< T > &  other)
inline
template<class T >
template<class Container >
cpplinq::dynamic_collection< T >::dynamic_collection ( Container  c)
inline
template<class T >
template<class Iterator >
cpplinq::dynamic_collection< T >::dynamic_collection ( Iterator  begin,
Iterator  end 
)
inline

Member Function Documentation

template<class T >
dynamic_cursor<T> cpplinq::dynamic_collection< T >::get_cursor ( ) const
inline

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