iMSTK
Interactive Medical Simulation Toolkit
Public Types | Public Member Functions | List of all members
imstk::DataArray< T >::const_iterator Class Reference

Public Types

using self_type = const_iterator
 
using value_type = T
 
using iterator_category = std::forward_iterator_tag
 
using difference_type = std::ptrdiff_t
 
using pointer = T *
 
using reference = const T &
 

Public Member Functions

 const_iterator (pointer ptr, pointer end)
 
self_type operator++ ()
 
self_type operator++ (int junk)
 
reference operator* ()
 
const pointer operator-> ()
 
bool operator== (const self_type &rhs) const
 
bool operator!= (const self_type &rhs) const
 

Detailed Description

template<typename T>
class imstk::DataArray< T >::const_iterator

Definition at line 75 of file imstkDataArray.h.


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