|
| | shared_future () _NOEXCEPT |
| |
| | shared_future (const shared_future &_Other) |
| |
| shared_future & | operator= (const shared_future &_Right) |
| |
| | shared_future (future< _Ty > &&_Other) _NOEXCEPT |
| |
| | shared_future (shared_future &&_Other) _NOEXCEPT |
| |
| shared_future & | operator= (shared_future &&_Right) _NOEXCEPT |
| |
| | ~shared_future () _NOEXCEPT |
| |
| const _Ty & | get () const |
| |
| | _State_manager () |
| |
| | _State_manager (_Associated_state< _Ty > *_New_state, bool _Get_once) |
| |
| | _State_manager (const _State_manager &_Other, bool _Get_once=false) |
| |
| | _State_manager (_State_manager &&_Other, bool _Get_once=false) |
| |
| | ~_State_manager () _NOEXCEPT |
| |
| _State_manager & | operator= (const _State_manager &_Other) |
| |
| _State_manager & | operator= (_State_manager &&_Other) |
| |
| bool | valid () const _NOEXCEPT |
| |
| void | wait () const |
| |
| template<class _Rep , class _Per > |
| _Future_status | wait_for (const chrono::duration< _Rep, _Per > &_Rel_time) const |
| |
| template<class _Clock , class _Dur > |
| _Future_status | wait_until (const chrono::time_point< _Clock, _Dur > &_Abs_time) const |
| |
| _Ty & | _Get_value () const |
| |
| void | _Set_value (const _Ty &_Val, bool _Defer) |
| |
| void | _Set_value (_Ty &&_Val, bool _Defer) |
| |
| void | _Set_exception (_XSTD exception_ptr _Exc, bool _Defer) |
| |
| void | _Swap (_State_manager &_Other) |
| |
| _Associated_state< _Ty > * | _Ptr () const |
| |
| void | _Copy_from (const _State_manager &_Other) |
| |
| void | _Move_from (_State_manager &_Other) |
| |
| bool | _Is_ready () const |
| |
_State_manager< _Ty > _Mybase
Definition: future:1239
_State_manager< _Ty > _Mybase
Definition: future:1239
_State_manager< _Ty > _Mybase
Definition: future:1239
_Ty & _Get_value() const
Definition: future:1013
_State_manager & operator=(const _State_manager &_Other)
Definition: future:968
_State_manager & operator=(const _State_manager &_Other)
Definition: future:968
The documentation for this class was generated from the following file: