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++.
Static Public Member Functions | List of all members
rxcpp::member_overload< buffer_with_time_tag > Struct Template Reference

#include <rx-buffer_time.hpp>

Static Public Member Functions

template<class Observable , class Duration , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>>, class SourceValue = rxu::value_type_t<Observable>, class BufferWithTime = rxo::detail::buffer_with_time<SourceValue, rxu::decay_t<Duration>, identity_one_worker>, class Value = rxu::value_type_t<BufferWithTime>>
static auto member (Observable &&o, Duration period) -> decltype(o.template lift< Value >(BufferWithTime(period, period, identity_current_thread())))
 
template<class Observable , class Duration , class Coordination , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>, is_coordination<Coordination>>, class SourceValue = rxu::value_type_t<Observable>, class BufferWithTime = rxo::detail::buffer_with_time<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordination>>, class Value = rxu::value_type_t<BufferWithTime>>
static auto member (Observable &&o, Duration period, Coordination &&cn) -> decltype(o.template lift< Value >(BufferWithTime(period, period, std::forward< Coordination >(cn))))
 
template<class Observable , class Duration , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>>, class SourceValue = rxu::value_type_t<Observable>, class BufferWithTime = rxo::detail::buffer_with_time<SourceValue, rxu::decay_t<Duration>, identity_one_worker>, class Value = rxu::value_type_t<BufferWithTime>>
static auto member (Observable &&o, Duration &&period, Duration &&skip) -> decltype(o.template lift< Value >(BufferWithTime(std::forward< Duration >(period), std::forward< Duration >(skip), identity_current_thread())))
 
template<class Observable , class Duration , class Coordination , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>, is_coordination<Coordination>>, class SourceValue = rxu::value_type_t<Observable>, class BufferWithTime = rxo::detail::buffer_with_time<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordination>>, class Value = rxu::value_type_t<BufferWithTime>>
static auto member (Observable &&o, Duration &&period, Duration &&skip, Coordination &&cn) -> decltype(o.template lift< Value >(BufferWithTime(std::forward< Duration >(period), std::forward< Duration >(skip), std::forward< Coordination >(cn))))
 
template<class... AN>
static operators::detail::buffer_with_time_invalid_t< AN... > member (AN...)
 

Member Function Documentation

template<class Observable , class Duration , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>>, class SourceValue = rxu::value_type_t<Observable>, class BufferWithTime = rxo::detail::buffer_with_time<SourceValue, rxu::decay_t<Duration>, identity_one_worker>, class Value = rxu::value_type_t<BufferWithTime>>
static auto rxcpp::member_overload< buffer_with_time_tag >::member ( Observable &&  o,
Duration  period 
) -> decltype(o.template lift<Value>(BufferWithTime(period, period, identity_current_thread())))
inlinestatic
template<class Observable , class Duration , class Coordination , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>, is_coordination<Coordination>>, class SourceValue = rxu::value_type_t<Observable>, class BufferWithTime = rxo::detail::buffer_with_time<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordination>>, class Value = rxu::value_type_t<BufferWithTime>>
static auto rxcpp::member_overload< buffer_with_time_tag >::member ( Observable &&  o,
Duration  period,
Coordination &&  cn 
) -> decltype(o.template lift<Value>(BufferWithTime(period, period, std::forward<Coordination>(cn))))
inlinestatic
template<class Observable , class Duration , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>>, class SourceValue = rxu::value_type_t<Observable>, class BufferWithTime = rxo::detail::buffer_with_time<SourceValue, rxu::decay_t<Duration>, identity_one_worker>, class Value = rxu::value_type_t<BufferWithTime>>
static auto rxcpp::member_overload< buffer_with_time_tag >::member ( Observable &&  o,
Duration &&  period,
Duration &&  skip 
) -> decltype(o.template lift<Value>(BufferWithTime(std::forward<Duration>(period), std::forward<Duration>(skip), identity_current_thread())))
inlinestatic
template<class Observable , class Duration , class Coordination , class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, std::is_convertible<Duration, rxsc::scheduler::clock_type::duration>, is_coordination<Coordination>>, class SourceValue = rxu::value_type_t<Observable>, class BufferWithTime = rxo::detail::buffer_with_time<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordination>>, class Value = rxu::value_type_t<BufferWithTime>>
static auto rxcpp::member_overload< buffer_with_time_tag >::member ( Observable &&  o,
Duration &&  period,
Duration &&  skip,
Coordination &&  cn 
) -> decltype(o.template lift<Value>(BufferWithTime(std::forward<Duration>(period), std::forward<Duration>(skip), std::forward<Coordination>(cn))))
inlinestatic
template<class... AN>
static operators::detail::buffer_with_time_invalid_t<AN...> rxcpp::member_overload< buffer_with_time_tag >::member ( AN...  )
inlinestatic

The documentation for this struct was generated from the following file: