|
Galois
|
Common functionality of TwoLevelIterators. More...
#include <TwoLevelIterator.h>
Protected Member Functions | |
| bool | outerAtBegin () const |
| bool | outerAtEnd () const |
| bool | outerEmpty () const |
| const Inner & | getInnerBegin () const |
| const Inner & | getInnerEnd () const |
| void | setInnerAtBegin (void) |
| void | setInnerAtEnd (void) |
| bool | innerAtBegin () const |
| bool | innerAtEnd () const |
| TwoLevelIterBase () | |
| TwoLevelIterBase (Outer beg_outer, Outer end_outer, Outer outer_pos, InnerBegFn innerBegFn, InnerEndFn innerEndFn) | |
Protected Attributes | |
| Outer | m_beg_outer |
| Outer | m_end_outer |
| Outer | m_outer |
| Inner | m_beg_inner |
| Inner | m_end_inner |
| Inner | m_inner |
| InnerBegFn | innerBegFn |
| InnerEndFn | innerEndFn |
Common functionality of TwoLevelIterators.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |