OmniSciDB
bf83d84833
|
#include <Intervals.h>
Public Member Functions | |
Iterator (T begin, U quot, U rem) | |
Interval< T > | operator* () const |
void | operator++ () |
bool | operator== (Iterator const &rhs) const |
bool | operator!= (Iterator const &rhs) const |
Private Attributes | |
T | begin_ |
U const | quot_ |
U | rem_ |
U | index {0} |
Definition at line 88 of file Intervals.h.
|
inline |
Definition at line 95 of file Intervals.h.
|
inline |
|
inline |
Definition at line 96 of file Intervals.h.
References Intervals< T, U >::Iterator::begin_, Intervals< T, U >::Iterator::index, Intervals< T, U >::Iterator::quot_, Intervals< T, U >::Iterator::rem_, and omnisci.dtypes::T.
|
inline |
Definition at line 99 of file Intervals.h.
References Intervals< T, U >::Iterator::begin_, Intervals< T, U >::Iterator::index, Intervals< T, U >::Iterator::quot_, and Intervals< T, U >::Iterator::rem_.
|
inline |
|
private |
Definition at line 89 of file Intervals.h.
Referenced by Intervals< T, U >::Iterator::operator!=(), Intervals< T, U >::Iterator::operator*(), Intervals< T, U >::Iterator::operator++(), and Intervals< T, U >::Iterator::operator==().
|
private |
Definition at line 92 of file Intervals.h.
Referenced by Intervals< T, U >::Iterator::operator*(), and Intervals< T, U >::Iterator::operator++().
|
private |
Definition at line 90 of file Intervals.h.
Referenced by Intervals< T, U >::Iterator::operator*(), and Intervals< T, U >::Iterator::operator++().
|
private |
Definition at line 91 of file Intervals.h.
Referenced by Intervals< T, U >::Iterator::operator*(), and Intervals< T, U >::Iterator::operator++().