_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
constexpr const _Ty &() _Right
Definition: algorithm:3723
_Nodeptr _Ptr
Definition: list:99
_List_unchecked_const_iterator< _Mylist > _Unchecked_type
Definition: list:190
const _Container_base0 * _Getcont() const
Definition: xutility:77
302 return (!(*
this ==
_Right));
constexpr const _Ty &() _Right
Definition: algorithm:3723
205 #if _ITERATOR_DEBUG_LEVEL == 2
206 const auto _Mycont =
static_cast<const _Mylist *
>(this->
_Getcont());
208 || this->
_Ptr == nullptr_t{}
209 || this->
_Ptr == _Mycont->_Myhead)
214 #elif _ITERATOR_DEBUG_LEVEL == 1
216 const auto _Mycont =
static_cast<const _Mylist *
>(this->
_Getcont());
221 return (_Mylist::_Myval(this->
_Ptr));
_Nodeptr _Ptr
Definition: list:99
const _Container_base0 * _Getcont() const
Definition: xutility:77
#define _SCL_SECURE_VALIDATE_RANGE(cond)
Definition: yvals.h:432
#define _DEBUG_ERROR(mesg)
Definition: xutility:33
#define _SCL_SECURE_VALIDATE(cond)
Definition: yvals.h:431
226 #if _ITERATOR_DEBUG_LEVEL == 2
227 const auto _Mycont =
static_cast<const _Mylist *
>(this->
_Getcont());
229 || this->
_Ptr == nullptr_t{}
230 || this->
_Ptr == _Mycont->_Myhead)
235 #elif _ITERATOR_DEBUG_LEVEL == 1
237 const auto _Mycont =
static_cast<const _Mylist *
>(this->
_Getcont());
242 this->
_Ptr = _Mylist::_Nextnode(this->
_Ptr);
_Nodeptr _Ptr
Definition: list:99
const _Container_base0 * _Getcont() const
Definition: xutility:77
#define _SCL_SECURE_VALIDATE_RANGE(cond)
Definition: yvals.h:432
#define _DEBUG_ERROR(mesg)
Definition: xutility:33
#define _SCL_SECURE_VALIDATE(cond)
Definition: yvals.h:431
_List_const_iterator< _Mylist > _Myiter
Definition: list:170
255 #if _ITERATOR_DEBUG_LEVEL == 2
256 const auto _Mycont =
static_cast<const _Mylist *
>(this->
_Getcont());
258 || this->
_Ptr == nullptr_t{}
259 || (this->
_Ptr = _Mylist::_Prevnode(this->
_Ptr)) == _Mycont->_Myhead)
264 #elif _ITERATOR_DEBUG_LEVEL == 1
266 const auto _Mycont =
static_cast<const _Mylist *
>(this->
_Getcont());
268 this->
_Ptr = _Mylist::_Prevnode(this->
_Ptr);
272 this->
_Ptr = _Mylist::_Prevnode(this->
_Ptr);
_Nodeptr _Ptr
Definition: list:99
const _Container_base0 * _Getcont() const
Definition: xutility:77
#define _SCL_SECURE_VALIDATE_RANGE(cond)
Definition: yvals.h:432
#define _DEBUG_ERROR(mesg)
Definition: xutility:33
#define _SCL_SECURE_VALIDATE(cond)
Definition: yvals.h:431
_List_const_iterator< _Mylist > _Myiter
Definition: list:170
287 #if _ITERATOR_DEBUG_LEVEL == 2
293 #elif _ITERATOR_DEBUG_LEVEL == 1
_Nodeptr _Ptr
Definition: list:99
const _Container_base0 * _Getcont() const
Definition: xutility:77
#define _DEBUG_ERROR(mesg)
Definition: xutility:33
constexpr const _Ty &() _Right
Definition: algorithm:3723
#define _SCL_SECURE_VALIDATE(cond)
Definition: yvals.h:431
The documentation for this class was generated from the following file: