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 <util.hpp>
Public Member Functions | |
maybe () | |
maybe (T value) | |
maybe (const maybe &other) | |
maybe (maybe &&other) | |
~maybe () | |
void | reset () |
T * | get () |
const T * | get () const |
void | set (T value) |
T & | operator* () |
const T & | operator* () const |
T * | operator-> () |
const T * | operator-> () const |
maybe & | operator= (const T &other) |
maybe & | operator= (const maybe &other) |
operator T * () | |
operator const T * () const | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |