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++.
|
#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 |
typedef dynamic_cursor<T> cpplinq::dynamic_collection< T >::cursor |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |