(TEXT) class CorTrace A simple tracer class
| | CorTrace ( const RWCString& aMessage ) |
| | print ( const RWCString& aMessage ) |
| | ~CorTrace () |
| | Purpose The d'tor |
| | $Id: CorTrace |
| | CorTrace ( const CorTrace& aRef ) |
| | operator= ( const CorTrace& aRef ) |
A simple tracer class
SYNOPSIS
#include <CorTrace.h>
CorTrace myObject;
DESCRIPTION
This class allows simple tracing of statement entry and exit.
Usually, you would construct an instance of this class with a message to
print out. This message will be printed out according to an indentation
level uppon construction and deletion of the instance. The indentation
level will be adjusted on both accounts.
CAUTIONS
<optional>
EXAMPLES
<optional>
SEE ALSO
Preconditions Exceptions
CorTrace( const RWCString& aMessage )
~CorTrace()
The d'tor.
void print( const RWCString& aMessage )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de