SoPlex Doxygen Documentation
TraceMethod Class Reference

Helper class to trace the calling of methods. More...

#include <tracemethod.h>

Public Member Functions

Construction / destruction
 TraceMethod (const char *s, const char *file, int line)
 constructor
 
virtual ~TraceMethod ()
 destructor
 

Static Private Attributes

Data
static int s_indent
 the current indentation
 

Detailed Description

Helper class to trace the calling of methods.

Prints out a message with the current filename and line to indicate that some method has been called.

Definition at line 39 of file tracemethod.h.

Constructor & Destructor Documentation

TraceMethod ( const char *  s,
const char *  file,
int  line 
)

constructor

virtual ~TraceMethod ( )
virtual

destructor

Definition at line 59 of file tracemethod.h.

References TraceMethod::s_indent.

Member Data Documentation

int s_indent
staticprivate

the current indentation

Definition at line 47 of file tracemethod.h.

Referenced by TraceMethod::~TraceMethod().