This is the complete list of members for Promise< T >, including all inherited members.
| future() | Promise< T > | inline |
| operator=(const Promise &)=delete (defined in Promise< T >) | Promise< T > | |
| operator=(Promise &&other)=default | Promise< T > | |
| Promise()=default | Promise< T > | |
| Promise(const Promise &)=delete (defined in Promise< T >) | Promise< T > | |
| Promise(Promise &&other)=default | Promise< T > | |
| setError(Error error) | Promise< T > | inline |
| setValue(T value) | Promise< T > | inline |
| ~Promise()=default | Promise< T > |