DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::OffsetIterator< T > Class Template Reference

#include <SerialAdjReordering.hpp>

Public Types

using iterator_category = std::input_iterator_tag
 
using value_type = T
 
using difference_type = std::ptrdiff_t
 
using pointer = const T *
 
using reference = T
 

Public Member Functions

 OffsetIterator (const T *p, T off)
 
operator* () const
 
OffsetIteratoroperator++ ()
 
OffsetIterator operator++ (int)
 
bool operator== (const OffsetIterator &other) const
 
bool operator!= (const OffsetIterator &other) const
 

Detailed Description

template<class T>
class DNDS::Geom::OffsetIterator< T >

Definition at line 212 of file SerialAdjReordering.hpp.

Member Typedef Documentation

◆ difference_type

template<class T >
using DNDS::Geom::OffsetIterator< T >::difference_type = std::ptrdiff_t

Definition at line 220 of file SerialAdjReordering.hpp.

◆ iterator_category

template<class T >
using DNDS::Geom::OffsetIterator< T >::iterator_category = std::input_iterator_tag

Definition at line 218 of file SerialAdjReordering.hpp.

◆ pointer

template<class T >
using DNDS::Geom::OffsetIterator< T >::pointer = const T *

Definition at line 221 of file SerialAdjReordering.hpp.

◆ reference

template<class T >
using DNDS::Geom::OffsetIterator< T >::reference = T

Definition at line 222 of file SerialAdjReordering.hpp.

◆ value_type

template<class T >
using DNDS::Geom::OffsetIterator< T >::value_type = T

Definition at line 219 of file SerialAdjReordering.hpp.

Constructor & Destructor Documentation

◆ OffsetIterator()

template<class T >
DNDS::Geom::OffsetIterator< T >::OffsetIterator ( const T *  p,
off 
)
inline

Definition at line 224 of file SerialAdjReordering.hpp.

Member Function Documentation

◆ operator!=()

template<class T >
bool DNDS::Geom::OffsetIterator< T >::operator!= ( const OffsetIterator< T > &  other) const
inline

Definition at line 252 of file SerialAdjReordering.hpp.

◆ operator*()

template<class T >
T DNDS::Geom::OffsetIterator< T >::operator* ( ) const
inline

Definition at line 227 of file SerialAdjReordering.hpp.

◆ operator++() [1/2]

template<class T >
OffsetIterator & DNDS::Geom::OffsetIterator< T >::operator++ ( )
inline

Definition at line 233 of file SerialAdjReordering.hpp.

◆ operator++() [2/2]

template<class T >
OffsetIterator DNDS::Geom::OffsetIterator< T >::operator++ ( int  )
inline

Definition at line 239 of file SerialAdjReordering.hpp.

◆ operator==()

template<class T >
bool DNDS::Geom::OffsetIterator< T >::operator== ( const OffsetIterator< T > &  other) const
inline

Definition at line 247 of file SerialAdjReordering.hpp.


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