Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

vpr::DebugColumnGuard Struct Reference

#include <Debug.h>

List of all members.

Public Methods

 DebugColumnGuard (int col_val)
 ~DebugColumnGuard ()


Constructor & Destructor Documentation

vpr::DebugColumnGuard::DebugColumnGuard int    col_val [inline]
 

Definition at line 335 of file Debug.h.

References vprDEBUG_PushColumn.

00336       {
00337          vprDEBUG_PushColumn(col_val);
00338       }

vpr::DebugColumnGuard::~DebugColumnGuard   [inline]
 

Definition at line 340 of file Debug.h.

References vprDEBUG_PopColumn.

00341       {
00342          vprDEBUG_PopColumn();
00343       }


The documentation for this struct was generated from the following file:
Generated on Sun May 2 14:47:15 2004 for VR Juggler Portable Runtime by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002