(TEXT) class CorTrace

A simple tracer class

Inheritance:


Public Methods

CorTrace ( const RWCString& aMessage )
void print ( const RWCString& aMessage )
~CorTrace ()

Public


Purpose
The d'tor

$Id: CorTrace

Protected Methods

CorTrace ( const CorTrace& aRef )
CorTrace& operator= ( const CorTrace& aRef )

Documentation

A simple tracer class
$Id: CorTrace.h,v 1.5 1997/05/16 08:10:11 mwiedmer Exp $

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

CorTrace( const RWCString& aMessage )

~CorTrace()

Purpose
The d'tor.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.

void print( const RWCString& aMessage )

CorTrace( const CorTrace& aRef )

CorTrace& operator=( const CorTrace& aRef )


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de