|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include "aria/async/cancellation.hpp"#include "aria/binding/view_model.hpp"#include "aria/property.hpp"#include <any>#include <cstddef>#include <future>#include <memory>#include <optional>#include <stdexcept>#include <string>#include <string_view>#include <type_traits>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | aria::binding::RouteOptions |
| Routing options for Navigator::route(...). More... | |
| class | aria::binding::Navigator |
Namespaces | |
| namespace | aria |
| namespace | aria::binding |
Enumerations | |
| enum class | aria::binding::Presentation : unsigned char { aria::binding::Push = 0 , aria::binding::Modal = 1 } |
| How a navigation entry is presented to the user. More... | |