STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Public Member Functions | Public Attributes | List of all members
_Tgt_state_t< _BidIt > Class Template Reference
Inheritance diagram for _Tgt_state_t< _BidIt >:
_Bt_state_t< _BidIt >

Classes

struct  _Grp_t
 

Public Member Functions

void operator= (const _Bt_state_t< _BidIt > &_Other)
 

Public Attributes

vector< _Grp_t_Grps
 
- Public Attributes inherited from _Bt_state_t< _BidIt >
_BidIt _Cur
 
vector< bool_Grp_valid
 

Member Function Documentation

template<class _BidIt>
void _Tgt_state_t< _BidIt >::operator= ( const _Bt_state_t< _BidIt > &  _Other)
inline
1990  { // assign from object of type _Bt_state_t<_BidIt>
1991  *(_Bt_state_t<_BidIt> *)this = _Other;
1992  }
Definition: regex:1968

Member Data Documentation

template<class _BidIt>
vector<_Grp_t> _Tgt_state_t< _BidIt >::_Grps

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