+
Point of view
All features
class COUNTER
Summary
Simple counter object (useful as a once function).
Direct parents
Insert list: REFERENCE
Known children
Insert list: MOCK_TIMES_COUNTER
Overview
Creation features
{ANY}
Features
{ANY}
{ANY}
increment
effective procedure
{ANY}
Increment the item of Current counter.
next
effective procedure
{ANY}
Increment the item of Current counter.
decrement
effective procedure
{ANY}
Decrement the item of Current counter.
previous
effective procedure
{ANY}
Decrement the item of Current counter.
reset
effective procedure
{ANY}
Reset the item of Current counter.
start
effective procedure
{ANY}
Reset the item of Current counter.
append_in (buffer: STRING)
effective procedure
{ANY}
Append the item of the Current counter in the buffer.
value: INTEGER_32
effective function
{ANY}
item: E_
writable attribute
{ANY}
set_item (i: E_) assign item
effective procedure
{ANY}
clear
effective procedure
{ANY}
Reset item with the default value.