DOLFIN
DOLFIN C++ interface
|
#include <Event.h>
Public Member Functions | |
Event (const std::string msg, unsigned int maxcount=1) | |
Constructor. | |
~Event () | |
Destructor. | |
void | operator() () |
Display message. | |
unsigned int | count () const |
Display count. | |
unsigned int | maxcount () const |
Maximum display count. | |
A event is a string message which is displayed only a limited number of times.