vpr::DebugColumnGuard Struct Reference

Helper class. More...

#include <vpr/Util/Debug.h>

List of all members.

Public Member Functions

 DebugColumnGuard (const int colVal)
 ~DebugColumnGuard ()


Detailed Description

Helper class.

Definition at line 393 of file Debug.h.


Constructor & Destructor Documentation

vpr::DebugColumnGuard::DebugColumnGuard ( const int  colVal  )  [inline]

Definition at line 395 of file Debug.h.

References vprDEBUG_PushColumn.

00396       {
00397          vprDEBUG_PushColumn(colVal);
00398       }

vpr::DebugColumnGuard::~DebugColumnGuard (  )  [inline]

Definition at line 400 of file Debug.h.

References vprDEBUG_PopColumn.

00401       {
00402          vprDEBUG_PopColumn();
00403       }


The documentation for this struct was generated from the following file:
Generated on Thu Jan 4 10:56:03 2007 for VR Juggler Portable Runtime by  doxygen 1.5.1