|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
This is the complete list of members for aria::IProperty, including all inherited members.
| get_any() const =0 | aria::IProperty | pure virtual |
| IProperty() noexcept=default | aria::IProperty | protected |
| IProperty(const IProperty &)=delete | aria::IProperty | protected |
| IProperty(IProperty &&)=delete | aria::IProperty | protected |
| operator=(const IProperty &)=delete | aria::IProperty | protected |
| operator=(IProperty &&)=delete | aria::IProperty | protected |
| set_any(const std::any &value)=0 | aria::IProperty | pure virtual |
| subscribe_any(std::function< void(const std::any &)> on_changed)=0 | aria::IProperty | pure virtual |
| type() const noexcept=0 | aria::IProperty | pure virtual |
| ~IProperty() noexcept=default | aria::IProperty | virtual |