|
AUI Framework
master
Cross-platform base for C++ UI apps
|
This is the complete list of members for AFutureSet< T >, including all inherited members.
| checkForExceptions() const | AFutureSet< T > | inline |
| contains(const AFuture< void > &value) const noexcept | AVector< AFuture< void > > | inline |
| findIf(Predicate &&predicate) noexcept | AVector< AFuture< void > > | inline |
| first() noexcept | AVector< AFuture< void > > | inline |
| first() const noexcept | AVector< 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 noexcept | AVector< AFuture< void > > | inline |
| insertAll(const OtherContainer &c) noexcept | AVector< AFuture< void > > | inline |
| insertAll(OtherContainer &&c) noexcept | AVector< AFuture< void > > | inline |
| insertAll(iterator at, const OtherContainer &c) noexcept | AVector< AFuture< void > > | inline |
| insertAll(iterator at, OtherContainer &&c) noexcept | AVector< AFuture< void > > | inline |
| isSubsetOf(const OtherContainer &c) const noexcept | AVector< AFuture< void > > | inline |
| last() noexcept | AVector< AFuture< void > > | inline |
| last() const noexcept | AVector< AFuture< void > > | inline |
| onAllComplete(OnComplete &&onComplete) | AFutureSet< T > | inline |
| operator<<(const AFuture< void > &rhs) noexcept | AVector< AFuture< void > > | inline |
| operator<<(AFuture< void > &&rhs) noexcept | AVector< AFuture< void > > | inline |
| operator<<(const OtherContainer &c) noexcept | AVector< AFuture< void > > | inline |
| operator<<(OtherContainer &&c) noexcept | AVector< AFuture< void > > | inline |
| removeAll(const AFuture< void > &item) noexcept | AVector< AFuture< void > > | inline |
| removeAll(const T &item, Projection projection) noexcept | AVector< AFuture< void > > | inline |
| removeAt(size_t index) noexcept | AVector< AFuture< void > > | inline |
| removeFirst(const AFuture< void > &item) noexcept | AVector< AFuture< void > > | inline |
| removeIf(Predicate &&predicate) noexcept | AVector< AFuture< void > > | inline |
| removeIfFirst(Predicate &&predicate) noexcept | AVector< AFuture< void > > | inline |
| waitForAll() | AFutureSet< T > | inline |