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 forward_cursor_tag | cursor_category |
typedef std::remove_reference< T >::type | element_type |
typedef T | reference_type |
Public Member Functions | |
dynamic_cursor () | |
dynamic_cursor (const dynamic_cursor &other) | |
dynamic_cursor (dynamic_cursor &&other) | |
template<class Cursor > | |
dynamic_cursor (Cursor cursor) | |
template<class Iterator > | |
dynamic_cursor (Iterator start, Iterator end) | |
bool | empty () const |
void | inc () |
T | get () const |
dynamic_cursor & | operator= (dynamic_cursor other) |
typedef forward_cursor_tag cpplinq::dynamic_cursor< T >::cursor_category |
typedef std::remove_reference<T>::type cpplinq::dynamic_cursor< T >::element_type |
typedef T cpplinq::dynamic_cursor< T >::reference_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |