ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTS_Message::Prefix Class Reference

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 *)
 

Detailed Description

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.

Constructor & Destructor Documentation

virtual RTS_Message::Prefix::~Prefix ( )
inlinevirtual

Definition at line 586 of file threadSupport.h.

Member Function Documentation

virtual void RTS_Message::Prefix::operator() ( FILE *  )
inlinevirtual

Definition at line 587 of file threadSupport.h.


The documentation for this class was generated from the following file: