|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include "aria/reactive/graph.hpp"#include "aria/reactive/node.hpp"#include <chrono>#include <cstddef>#include <functional>#include <ostream>#include <sstream>#include <string>#include <string_view>#include <unordered_set>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | aria::reactive::GraphInspector |
| Lightweight diagnostics entry point. More... | |
| struct | aria::reactive::GraphInspector::FlushEvent |
| A single event emitted by the Graph during flush. More... | |
| class | aria::reactive::GraphInspector::ScopedTracer |
| RAII guard — install a tracer for the lifetime of a scope, then restore the previous tracer (or no tracer) on destruction. More... | |
Namespaces | |
| namespace | aria |
| namespace | aria::reactive |