getSubscriptionsToPop#
Fully qualified name: carb::events::getSubscriptionsToPop
Defined in carb/events/EventsUtils.h
- inline std::vector<ObjectPtr<ISubscription>> carb::events::getSubscriptionsToPop(
 - IEventStream *stream,
 A helper for IEventStream::walkSubscriptionsToPop() that gathers the subscriptions into a vector.
The order is unspecified.
- Parameters:
 stream – The IEventStream to use.
- Returns:
 A vector of ISubscription pointers.