| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
There are 6 c-iterators.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
C-iterator defined at file ‘warmelt-base.melt’, line 349.
c-iterator start formals:
| index | type | name |
|---|---|---|
| 0 | LONG | IMIN
|
| 1 | LONG | IMAX
|
c-iterator body formals:
| index | type | name |
|---|---|---|
| 0 | LONG | IX
|
C-iterator description: The FOREACH_LONG_UPTO c-iterator provides the usual
ascending integer iterator. Start formals are IMIN, the minimum start
integer, and IMAX, le maximal ending integer. Local formal is IX,
the current index. The body is executed for each integer value IX
from IMIN to IMAX included.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
C-iterator defined at file ‘warmelt-first.melt’, line 3248.
c-iterator start formals:
| index | type | name |
|---|---|---|
| 0 | VALUE | TUP
|
c-iterator body formals:
| index | type | name |
|---|---|---|
| 0 | VALUE | COMP
|
| 1 | LONG | IX
|
C-iterator description: Iterate backwards from last to first in the given tuple TUP
for each component COMP at index IX
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
C-iterator defined at file ‘warmelt-first.melt’, line 3232.
c-iterator start formals:
| index | type | name |
|---|---|---|
| 0 | VALUE | TUP
|
c-iterator body formals:
| index | type | name |
|---|---|---|
| 0 | VALUE | COMP
|
| 1 | LONG | IX
|
C-iterator description: Iterate in the given tuple TUP for each component COMP at index IX
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
C-iterator defined at file ‘warmelt-first.melt’, line 3083.
c-iterator start formals:
| index | type | name |
|---|---|---|
| 0 | VALUE | LIS
|
c-iterator body formals:
| index | type | name |
|---|---|---|
| 0 | VALUE | CURPAIR
|
| 1 | VALUE | CURCOMP
|
C-iterator description: The FOREACH_IN_LIST iterator goes within a list, given by
the start formal LIS. Local formals are CURPAIR, bound to the
current pair, and CURCOMP, bound to the current component within the
list.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
C-iterator defined at file ‘warmelt-first.melt’, line 1244.
c-iterator start formals:
| index | type | name |
|---|---|---|
| 0 | VALUE | STRMAP
|
c-iterator body formals:
| index | type | name |
|---|---|---|
| 0 | VALUE | CURAT
|
| 1 | VALUE | CURVA
|
C-iterator description: The FOREACH_IN_MAPSTRING c-iterator iterates inside the
given STRMAP and retrieves a CURAT string attribute value and its
CURVA value. If CURVA happens to be an instance of CLASS_NAMED
with a name equal to the string key, we use it as CURAT otherwise we
make a CURAT string.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
C-iterator defined at file ‘warmelt-first.melt’, line 1182.
c-iterator start formals:
| index | type | name |
|---|---|---|
| 0 | VALUE | OBJMAP
|
c-iterator body formals:
| index | type | name |
|---|---|---|
| 0 | VALUE | CURAT
|
| 1 | VALUE | CURVA
|
C-iterator description: The FOREACH_IN_MAPOBJECT c-iterator iterates inside the
given OBJMAP and retrieves a CURAT attribute and its CURVA
value.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated on June 22, 2011 using texi2html 1.82.