class CounterContainer : public Countable

Manages a list of Counter

Inheritance:


Public Methods

CounterContainer() throw()
virtual ~CounterContainer() throw()
void virtual add(int t, int value) throw()
void virtual addLoop(int t, int value) throw()
When the Counter is finished, it is reactivated
void virtual reset() throw()
void virtual inc() throw()
Call it to run this class (it is not a thread)

Protected Fields

List < Counter* > list

Protected Methods

virtual void endOfCount(int value) throw()
void supprIfPresent(int value) throw()

Inherited from Countable:


Documentation

Manages a list of Counter. When a Counter is finished, it calls endOfCount() with the value of the Counter : so you must inherite this class and define endOfCount() wich switch the value. (example Bonhomme20-endOfCount())
List < Counter* > list

virtual void endOfCount(int value) throw()

void supprIfPresent(int value) throw()

CounterContainer() throw()

virtual ~CounterContainer() throw()

void virtual add(int t, int value) throw()

void virtual addLoop(int t, int value) throw()
When the Counter is finished, it is reactivated

void virtual reset() throw()

void virtual inc() throw()
Call it to run this class (it is not a thread)


Direct child classes:
Trou
PageBegin
Main
Coeur
CaseOptionCounter
Bonhomme20
Author:
David FAUTHOUX
See Also:
Counter

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de