_List_unchecked_const_iterator< _Mylist, _Iterator_base > _Mybase
Definition: list:171
_List_unchecked_const_iterator< _Mylist, _Iterator_base > _Mybase
Definition: list:171
_Nodeptr _Ptr
Definition: list:99
const _Ty & _Right
Definition: algorithm:4087
_Nodeptr _Ptr
Definition: list:99
_List_unchecked_const_iterator< _Mylist > _Unchecked_type
Definition: list:190
const _Container_base0 * _Getcont() const
Definition: xutility:57
303 return (!(*
this ==
_Right));
const _Ty & _Right
Definition: algorithm:4087
205 #if _ITERATOR_DEBUG_LEVEL == 2
208 || this->
_Ptr == ((_Mylist *)this->
_Getcont())->_Myhead)
214 #elif _ITERATOR_DEBUG_LEVEL == 1
217 ((_Mylist *)this->
_Getcont())->_Myhead);
220 return (_Mylist::_Myval(this->
_Ptr));
_Nodeptr _Ptr
Definition: list:99
const _Container_base0 * _Getcont() const
Definition: xutility:57
#define _SCL_SECURE_OUT_OF_RANGE
Definition: yvals.h:351
#define _SCL_SECURE_VALIDATE_RANGE(cond)
Definition: yvals.h:347
#define _DEBUG_ERROR(mesg)
Definition: xutility:32
#define _SCL_SECURE_VALIDATE(cond)
Definition: yvals.h:346
225 #if _ITERATOR_DEBUG_LEVEL == 2
228 || this->
_Ptr == ((_Mylist *)this->
_Getcont())->_Myhead)
234 #elif _ITERATOR_DEBUG_LEVEL == 1
237 ((_Mylist *)this->
_Getcont())->_Myhead);
240 this->
_Ptr = _Mylist::_Nextnode(this->
_Ptr);
_Nodeptr _Ptr
Definition: list:99
const _Container_base0 * _Getcont() const
Definition: xutility:57
#define _SCL_SECURE_OUT_OF_RANGE
Definition: yvals.h:351
#define _SCL_SECURE_VALIDATE_RANGE(cond)
Definition: yvals.h:347
#define _DEBUG_ERROR(mesg)
Definition: xutility:32
#define _SCL_SECURE_VALIDATE(cond)
Definition: yvals.h:346
_List_const_iterator< _Mylist > _Myiter
Definition: list:170
253 #if _ITERATOR_DEBUG_LEVEL == 2
256 || (this->
_Ptr = _Mylist::_Prevnode(this->
_Ptr))
257 == ((_Mylist *)this->
_Getcont())->_Myhead)
263 #elif _ITERATOR_DEBUG_LEVEL == 1
265 this->
_Ptr = _Mylist::_Prevnode(this->
_Ptr);
267 ((_Mylist *)this->
_Getcont())->_Myhead);
270 this->
_Ptr = _Mylist::_Prevnode(this->
_Ptr);
_Nodeptr _Ptr
Definition: list:99
const _Container_base0 * _Getcont() const
Definition: xutility:57
#define _SCL_SECURE_OUT_OF_RANGE
Definition: yvals.h:351
#define _SCL_SECURE_VALIDATE_RANGE(cond)
Definition: yvals.h:347
#define _DEBUG_ERROR(mesg)
Definition: xutility:32
#define _SCL_SECURE_VALIDATE(cond)
Definition: yvals.h:346
_List_const_iterator< _Mylist > _Myiter
Definition: list:170
285 #if _ITERATOR_DEBUG_LEVEL == 2
293 #elif _ITERATOR_DEBUG_LEVEL == 1
_Nodeptr _Ptr
Definition: list:99
const _Container_base0 * _Getcont() const
Definition: xutility:57
#define _SCL_SECURE_INVALID_ARGUMENT
Definition: yvals.h:350
#define _DEBUG_ERROR(mesg)
Definition: xutility:32
const _Ty & _Right
Definition: algorithm:4087
#define _SCL_SECURE_VALIDATE(cond)
Definition: yvals.h:346
The documentation for this class was generated from the following file: