Aria
2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Toggle main menu visibility
Loading...
Searching...
No Matches
aria::ObservableList< T > Member List
This is the complete list of members for
aria::ObservableList< T >
, including all inherited members.
at
(std::size_t index) const
aria::ObservableList< T >
inline
clear
()
aria::ObservableList< T >
inline
contains
(const T *item) const
aria::ObservableList< T >
inline
emplace_back
(Args &&... args)
aria::ObservableList< T >
inline
empty
() const
aria::ObservableList< T >
inline
index_of
(const T *item) const
aria::ObservableList< T >
inline
insert
(std::size_t index, std::shared_ptr< T > item)
aria::ObservableList< T >
inline
insert_range
(std::size_t index, InputIt first, InputIt last)
aria::ObservableList< T >
inline
items
() const
aria::ObservableList< T >
inline
move
(std::size_t from, std::size_t to)
aria::ObservableList< T >
inline
ObservableList
()=default
aria::ObservableList< T >
ObservableList
(const ObservableList &)=delete
aria::ObservableList< T >
ObservableList
(ObservableList &&)=delete
aria::ObservableList< T >
operator=
(const ObservableList &)=delete
aria::ObservableList< T >
operator=
(ObservableList &&)=delete
aria::ObservableList< T >
push_back
(std::shared_ptr< T > item)
aria::ObservableList< T >
inline
reconcile
(std::vector< std::shared_ptr< T > > next, KeyFn key_of={})
aria::ObservableList< T >
inline
remove_all
(Pred &&predicate)
aria::ObservableList< T >
inline
remove_at
(std::size_t index)
aria::ObservableList< T >
inline
remove_first
(Pred &&predicate)
aria::ObservableList< T >
inline
remove_range
(std::size_t index, std::size_t count)
aria::ObservableList< T >
inline
replace_at
(std::size_t index, std::shared_ptr< T > item)
aria::ObservableList< T >
inline
Signal
typedef
aria::ObservableList< T >
size
() const
aria::ObservableList< T >
inline
snapshot
() const
aria::ObservableList< T >
inline
value_type
typedef
aria::ObservableList< T >
Generated by
1.18.0