|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include "aria/abi/export.hpp"#include "aria/property.hpp"#include "aria/subscription.hpp"#include <functional>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | aria::binding::ViewModel |
| Base class for view models. More... | |
Namespaces | |
| namespace | aria |
| namespace | aria::binding |
Typedefs | |
| using | aria::binding::IViewModel = ViewModel |
| IViewModel is an alias for ViewModel, provided for users coming from WPF / Avalonia / MAUI where the IViewModel spelling is canonical. | |