#include <Index.h>
Inheritance diagram for Index::cursor:


Public Types | |
| typedef cursor | PETE_Expr_t |
| typedef int | PETE_Return_t |
| enum | { IsExpr = 1 } |
Public Member Functions | |
| cursor () | |
| cursor (const Index &i) | |
| int | operator * () const |
| int | offset () const |
| int | offset (int i) const |
| int | offset (int i, int j) const |
| int | offset (int i, int j, int k) const |
| void | step (unsigned d) |
| void | rewind (unsigned d) |
| bool | plugBase (const Index &i, unsigned d=0) |
| int | id () const |
| cursor | MakeExpression () const |
Definition at line 317 of file Index.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 389 of file Index.h. References Index::id(). Referenced by for_each(). Here is the call graph for this function: ![]() |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 352 of file Index.h. Referenced by for_each(). |
|
|
|
|
||||||||||||
|
Definition at line 381 of file Index.h. References Index::plugBase(). Referenced by for_each(). Here is the call graph for this function: ![]() |
|
|
Definition at line 376 of file Index.h. Referenced by for_each(). |
|
|
Definition at line 371 of file Index.h. Referenced by for_each(). |
1.4.6