|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
Tiny event log used by every conformance probe. More...
#include <list_conformance.hpp>
Classes | |
| struct | Entry |
Public Member Functions | |
| template<typename L> | |
| EventLog (L &list) | |
Public Attributes | |
| std::vector< Entry > | events |
| Subscription | sub |
Tiny event log used by every conformance probe.
Captures the raw ListChange<T> plus a copy of the item value for stability across emit-then-erase races.
|
inlineexplicit |
| std::vector<Entry> aria::testing::detail::EventLog< T >::events |
| Subscription aria::testing::detail::EventLog< T >::sub |