AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AFutureSet< T > Member List

This is the complete list of members for AFutureSet< T >, including all inherited members.

checkForExceptions() constAFutureSet< T >inline
contains(const AFuture< void > &value) const noexceptAVector< AFuture< void > >inline
findIf(Predicate &&predicate) noexceptAVector< AFuture< void > >inline
first() noexceptAVector< AFuture< void > >inline
first() const noexceptAVector< AFuture< void > >inline
fromRange(aui::range< Iterator > range, UnaryOperation &&transformer) -> AVector< decltype(transformer(range.first()))>AVector< AFuture< void > >inlinestatic
indexOf(const AFuture< void > &value) const noexceptAVector< AFuture< void > >inline
insertAll(const OtherContainer &c) noexceptAVector< AFuture< void > >inline
insertAll(OtherContainer &&c) noexceptAVector< AFuture< void > >inline
insertAll(iterator at, const OtherContainer &c) noexceptAVector< AFuture< void > >inline
insertAll(iterator at, OtherContainer &&c) noexceptAVector< AFuture< void > >inline
isSubsetOf(const OtherContainer &c) const noexceptAVector< AFuture< void > >inline
last() noexceptAVector< AFuture< void > >inline
last() const noexceptAVector< AFuture< void > >inline
onAllComplete(OnComplete &&onComplete)AFutureSet< T >inline
operator<<(const AFuture< void > &rhs) noexceptAVector< AFuture< void > >inline
operator<<(AFuture< void > &&rhs) noexceptAVector< AFuture< void > >inline
operator<<(const OtherContainer &c) noexceptAVector< AFuture< void > >inline
operator<<(OtherContainer &&c) noexceptAVector< AFuture< void > >inline
removeAll(const AFuture< void > &item) noexceptAVector< AFuture< void > >inline
removeAll(const T &item, Projection projection) noexceptAVector< AFuture< void > >inline
removeAt(size_t index) noexceptAVector< AFuture< void > >inline
removeFirst(const AFuture< void > &item) noexceptAVector< AFuture< void > >inline
removeIf(Predicate &&predicate) noexceptAVector< AFuture< void > >inline
removeIfFirst(Predicate &&predicate) noexceptAVector< AFuture< void > >inline
waitForAll()AFutureSet< T >inline