Class GraphableCounter.

Inherits GraphableNumber

The GraphableCounter class provides a tick counter; you can tell it to increase its value and look at its values in the past.

GraphableCounter::GraphableCounter( const EString & name )

Constructs an empty counter and registers it as name.

Reimplements GraphableNumber::GraphableNumber().

void GraphableCounter::tick()

Increases the counter's value by 1.

This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.