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++.
|
Go to the documentation of this file.
5 #if !defined(RXCPP_SOURCES_RX_COMPOSITE_EXCEPTION_HPP)
6 #define RXCPP_SOURCES_RX_COMPOSITE_EXCEPTION_HPP
17 return "rxcpp composite exception";
std::shared_ptr< util::detail::error_base > error_ptr
Definition: rx-util.hpp:874
#define RXCPP_NOEXCEPT
Definition: rx-includes.hpp:157
std::vector< rxu::error_ptr > exception_values
Definition: rx-composite_exception.hpp:14
virtual composite_exception add(rxu::error_ptr exception_ptr)
Definition: rx-composite_exception.hpp:24
Definition: rx-composite_exception.hpp:12
exception_values exceptions
Definition: rx-composite_exception.hpp:29
virtual const char * what() const RXCPP_NOEXCEPT override
Definition: rx-composite_exception.hpp:16
virtual bool empty() const
Definition: rx-composite_exception.hpp:20
Definition: rx-all.hpp:26