![]() |
#include <Event.h>
Public Member Functions | |
| Event (const std::string message, unsigned int maxcount=1) | |
| Constructor. | |
| ~Event () | |
| Destructor. | |
| void | operator() () |
| Display message. | |
| unsigned int | count () const |
| Display count. | |
| unsigned int | maxcount () const |
| Maximum display count. | |
Example of usage:
Event event("System is stiff, damping is needed."); while () { ... if ( ... ) { event(); ... } }
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Display count.
|
|
|
Maximum display count.
|
|
|
Display message.
|
![]()
Documentation automatically generated with Doxygen on 10 Sep 2004.