|
| _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 |
|
bool _Get_only_once
Definition: future:1091
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
bool _Get_only_once
Definition: future:1091
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
void _Copy_from(const _State_manager &_Other)
Definition: future:1055
bool _Get_only_once
Definition: future:1091
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
bool _Get_only_once
Definition: future:1091
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
void _Move_from(_State_manager &_Other)
Definition: future:1072
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
1057 if (
this != &_Other)
bool _Get_only_once
Definition: future:1091
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
1016 _Throw_future_error(
bool valid() const _NOEXCEPT
Definition: future:980
error_code make_error_code(_Future_errc _Errno) _NOEXCEPT
Definition: future:120
bool _Get_only_once
Definition: future:1091
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
1074 if (
this != &_Other)
bool _Get_only_once
Definition: future:1091
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
1040 _Throw_future_error(
bool valid() const _NOEXCEPT
Definition: future:980
error_code make_error_code(_Future_errc _Errno) _NOEXCEPT
Definition: future:120
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
1024 _Throw_future_error(
bool valid() const _NOEXCEPT
Definition: future:980
error_code make_error_code(_Future_errc _Errno) _NOEXCEPT
Definition: future:120
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
_FwdIt const _Ty _Val
Definition: algorithm:1938
1032 _Throw_future_error(
bool valid() const _NOEXCEPT
Definition: future:980
error_code make_error_code(_Future_errc _Errno) _NOEXCEPT
Definition: future:120
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
_FwdIt const _Ty _Val
Definition: algorithm:1938
void swap(promise< _Ty > &_Left, promise< _Ty > &_Right) _NOEXCEPT
Definition: future:1697
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
void _Copy_from(const _State_manager &_Other)
Definition: future:1055
void _Move_from(_State_manager &_Other)
Definition: future:1072
bool _Get_only_once
Definition: future:1091
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
bool valid() const _NOEXCEPT
Definition: future:980
error_code make_error_code(_Future_errc _Errno) _NOEXCEPT
Definition: future:120
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
template<class _Ty>
template<class _Rep , class _Per >
bool valid() const _NOEXCEPT
Definition: future:980
error_code make_error_code(_Future_errc _Errno) _NOEXCEPT
Definition: future:120
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
template<class _Ty>
template<class _Clock , class _Dur >
bool valid() const _NOEXCEPT
Definition: future:980
error_code make_error_code(_Future_errc _Errno) _NOEXCEPT
Definition: future:120
_Associated_state< _Ty > * _Assoc_state
Definition: future:1090
The documentation for this class was generated from the following file: