STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
_Associated_state< _Ty >::_Test_ready Struct Reference

Public Member Functions

 _Test_ready (const _Associated_state *_St)
 
bool operator() () const
 

Public Attributes

const _Associated_state_State
 

Constructor & Destructor Documentation

template<class _Ty>
_Associated_state< _Ty >::_Test_ready::_Test_ready ( const _Associated_state _St)
inline
301  : _State(_St)
302  { // construct from associated state
303  }
const _Associated_state * _State
Definition: future:309

Member Function Documentation

template<class _Ty>
bool _Associated_state< _Ty >::_Test_ready::operator() ( ) const
inline
306  { // test state
307  return (_State->_Ready != 0);
308  }
const _Associated_state * _State
Definition: future:309
int _Ready
Definition: future:469

Member Data Documentation

template<class _Ty>
const _Associated_state* _Associated_state< _Ty >::_Test_ready::_State

The documentation for this struct was generated from the following file: