Random-access iterator with non-const access. More...
Public Types | |
using | iterator_category = std::random_access_iterator_tag |
using | value_type = T |
using | difference_type = label |
using | pointer = T * |
using | reference = T & |
Friends | |
class | const_iterator |
Random-access iterator with non-const access.
Definition at line 322 of file UPtrList.H.
using iterator_category = std::random_access_iterator_tag |
Definition at line 329 of file UPtrList.H.
using value_type = T |
Definition at line 330 of file UPtrList.H.
using difference_type = label |
Definition at line 331 of file UPtrList.H.
Definition at line 332 of file UPtrList.H.
Definition at line 333 of file UPtrList.H.
Construct for a given entry.
Definition at line 277 of file UPtrListI.H.
|
inline |
Return pointer, can be nullptr.
Definition at line 285 of file UPtrListI.H.
Definition at line 292 of file UPtrListI.H.
Definition at line 299 of file UPtrListI.H.
Referenced by UPtrList< T >::iterator::operator()(), and UPtrList< T >::const_iterator::operator()().
Definition at line 349 of file UPtrList.H.
References UPtrList< T >::iterator::operator*().
|
inline |
Definition at line 306 of file UPtrListI.H.
|
inlinenoexcept |
Definition at line 313 of file UPtrListI.H.
|
inlinenoexcept |
Definition at line 322 of file UPtrListI.H.
|
inlinenoexcept |
Definition at line 332 of file UPtrListI.H.
|
inlinenoexcept |
Definition at line 341 of file UPtrListI.H.
|
inlinenoexcept |
Definition at line 351 of file UPtrListI.H.
|
inlinenoexcept |
Definition at line 360 of file UPtrListI.H.
|
inlinenoexcept |
Definition at line 369 of file UPtrListI.H.
|
inlinenoexcept |
Definition at line 377 of file UPtrListI.H.
References n.
Definition at line 385 of file UPtrListI.H.
Definition at line 393 of file UPtrListI.H.
Definition at line 401 of file UPtrListI.H.
Definition at line 409 of file UPtrListI.H.
Definition at line 417 of file UPtrListI.H.
Definition at line 425 of file UPtrListI.H.
Definition at line 433 of file UPtrListI.H.
|
friend |
Definition at line 334 of file UPtrList.H.