10 template<
typename type_t>
190 virtual auto
on_next(const type_t& value) noexcept ->
void = 0;
Defines the base class for predefined exceptions in the xtd namespace.
Definition exception.hpp:29
Provides a mechanism for receiving push-based notifications.
Definition iobserver.hpp:154
virtual auto on_error(const std::exception &error) noexcept -> void=0
Notifies the observer that the provider has experienced an error condition.
virtual auto on_next(const type_t &value) noexcept -> void=0
Provides the observer with new data.
virtual auto on_completed() noexcept -> void=0
Notifies the observer that the provider has finished sending push-based notifications.
#define interface_
This keyword is use to represent an interface.
Definition interface.hpp:58
Contains xtd::interface interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8