+
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.
ensure
next
effective procedure
{ANY}
Increment the item of Current counter.
ensure
decrement
effective procedure
{ANY}
Decrement the item of Current counter.
ensure
previous
effective procedure
{ANY}
Decrement the item of Current counter.
ensure
reset
effective procedure
{ANY}
Reset the item of Current counter.
ensure
start
effective procedure
{ANY}
Reset the item of Current counter.
ensure
append_in (buffer: STRING)
effective procedure
{ANY}
Append the item of the Current counter in the buffer.
value: INTEGER_32
effective function
{ANY}
This feature is obsolete: Use `item' instead.
item: E_
writable attribute
{ANY}
set_item (i: E_) assign item
effective procedure
{ANY}
ensure
clear
effective procedure
{ANY}
Reset item with the default value.