opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Friends | List of all members
osc::MeshIndicesView::Iterator Class Referencefinal

#include <mesh_indices_view.h>

Public Types

using difference_type = ptrdiff_t
 
using value_type = uint32_t
 
using pointer = void
 
using reference = value_type
 
using iterator_category = std::forward_iterator_tag
 

Public Member Functions

 Iterator ()=default
 
 Iterator (U32PtrOrU16Ptr ptr)
 
value_type operator* () const
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
Iteratoroperator+= (difference_type n)
 
value_type operator[] (difference_type pos) const
 

Friends

bool operator== (const Iterator &, const Iterator &)=default
 

Member Typedef Documentation

◆ difference_type

◆ iterator_category

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ Iterator() [1/2]

osc::MeshIndicesView::Iterator::Iterator ( )
default

◆ Iterator() [2/2]

osc::MeshIndicesView::Iterator::Iterator ( U32PtrOrU16Ptr  ptr)
inlineexplicit

Member Function Documentation

◆ operator*()

value_type osc::MeshIndicesView::Iterator::operator* ( ) const
inline

◆ operator++() [1/2]

Iterator & osc::MeshIndicesView::Iterator::operator++ ( )
inline

◆ operator++() [2/2]

Iterator osc::MeshIndicesView::Iterator::operator++ ( int  )
inline

◆ operator+=()

Iterator & osc::MeshIndicesView::Iterator::operator+= ( difference_type  n)
inline

◆ operator[]()

value_type osc::MeshIndicesView::Iterator::operator[] ( difference_type  pos) const
inline

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const Iterator ,
const Iterator  
)
friend

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