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_iterators.hpp>
Public Member Functions | |
cursor_iterator (Cursor cur) | |
cursor_iterator () | |
bool | operator== (const cursor_iterator &other) const |
Cursor::reference_type | operator* () const |
cursor_iterator::pointer | operator-> () const |
cursor_iterator & | operator++ () |
cursor_iterator & | operator+= (std::ptrdiff_t n) |
Public Attributes | |
CPPLINQ_USE_DEFAULT_ITERATOR_OPERATORS | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
cpplinq::cursor_iterator< Cursor >::CPPLINQ_USE_DEFAULT_ITERATOR_OPERATORS |