ROSE
0.9.6a
|
The Prefix class is used to generate prefix text for every line of output. More...
#include <threadSupport.h>
Public Member Functions | |
virtual | ~Prefix () |
virtual void | operator() (FILE *) |
The Prefix class is used to generate prefix text for every line of output.
It is invoked with one argument: a non-null file handle. The functor should output a short phrase (without a line feed) to identify which thread is producing the message which follows.
Definition at line 584 of file threadSupport.h.
|
inlinevirtual |
Definition at line 586 of file threadSupport.h.
|
inlinevirtual |
Definition at line 587 of file threadSupport.h.