xtd 0.2.0
xtd::iobserver< type_t > Member List

This is the complete list of members for xtd::iobserver< type_t >, including all inherited members.

on_completed() noexcept=0xtd::iobserver< type_t >pure virtual
on_error(const std::exception &error) noexcept=0xtd::iobserver< type_t >pure virtual
on_next(const type_t &value) noexcept=0xtd::iobserver< type_t >pure virtual