const_iterator doesn't have all it needs to be a proper STL iterator.
More...
#include <RawSquareFreeIdeal.h>
const_iterator doesn't have all it needs to be a proper STL iterator.
Extend it if that becomes necessary.
Definition at line 219 of file RawSquareFreeIdeal.h.
◆ const_iterator()
RawSquareFreeIdeal::const_iterator::const_iterator |
( |
const Word * |
term, |
|
|
size_t |
wordsPerTerm |
|
) |
| |
|
inline |
◆ operator!=()
bool RawSquareFreeIdeal::const_iterator::operator!= |
( |
const const_iterator & |
it | ) |
const |
|
inline |
◆ operator*()
const Word* RawSquareFreeIdeal::const_iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator+()
const_iterator RawSquareFreeIdeal::const_iterator::operator+ |
( |
ptrdiff_t |
i | ) |
const |
|
inline |
◆ operator++()
◆ operator-()
ptrdiff_t RawSquareFreeIdeal::const_iterator::operator- |
( |
const const_iterator & |
it | ) |
const |
|
inline |
◆ operator--()
◆ operator=()
◆ operator==()
bool RawSquareFreeIdeal::const_iterator::operator== |
( |
const const_iterator & |
it | ) |
const |
|
inline |
◆ _term
const Word* RawSquareFreeIdeal::const_iterator::_term |
|
private |
◆ _wordsPerTerm
const size_t RawSquareFreeIdeal::const_iterator::_wordsPerTerm |
|
private |
The documentation for this class was generated from the following file: