|
| future () _NOEXCEPT |
|
| future (future &&_Other) _NOEXCEPT |
|
future & | operator= (future &&_Right) _NOEXCEPT |
|
| future (const _Mybase &_State, _Nil) |
|
| ~future () _NOEXCEPT |
|
_Ty | get () |
|
shared_future< _Ty > | share () |
|
| future (const future &)=delete |
|
future & | operator= (const future &)=delete |
|
| _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:1103
_State_manager< _Ty > _Mybase
Definition: future:1103
_OutIt move(_InIt _First, _InIt _Last, _OutIt _Dest)
Definition: xutility:2447
_Ty & _Get_value() const
Definition: future:1013
_State_manager & operator=(const _State_manager &_Other)
Definition: future:968
_OutIt move(_InIt _First, _InIt _Last, _OutIt _Dest)
Definition: xutility:2447
The documentation for this class was generated from the following file: